Derive Macro ruma::serde::PartialEqAsRefStr
source ยท #[derive(PartialEqAsRefStr)]
Expand description
Derive the PartialEq
trait using the AsRef<str>
implementation of the type.
#[derive(PartialEqAsRefStr)]
Derive the PartialEq
trait using the AsRef<str>
implementation of the type.