Type Alias matrix_sdk::ruma::CanonicalJsonObject

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

The inner type of CanonicalJsonValue::Object.

Aliased Type§

struct CanonicalJsonObject { /* private fields */ }