Type Definition identity_iota::core::Object

source · []
pub type Object = BTreeMap<String, Value, Global>;
Expand description

An alias for an ordered map of key-value pairs.