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