Derive Macro ruma_common::serde::DeserializeFromCowStr

source ยท
#[derive(DeserializeFromCowStr)]
Expand description

Derive the Deserialize trait using the From<Cow<str>> implementation of the type.