Derive Macro ruma_common::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.