Type Definition ruma_signatures::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
.