Type Definition ruma::serde::CanonicalJsonObject  
source · [−]pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue, Global>;Expand description
The inner type of CanonicalJsonValue::Object.
pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue, Global>;The inner type of CanonicalJsonValue::Object.