Type Definition ruma::serde::CanonicalJsonObject[][src]

pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue>;
Expand description

The inner type of CanonicalJsonValue::Object.