Derive Macro ruma::serde::DeserializeFromCowStr
source ยท #[derive(DeserializeFromCowStr)]
Expand description
Derive the Deserialize
trait using the From<Cow<str>>
implementation of the type.
#[derive(DeserializeFromCowStr)]
Derive the Deserialize
trait using the From<Cow<str>>
implementation of the type.