pub type Map<K, V> = BTreeMap<K, V>;
Expand description
An alias to the type of map used in Value::Dict
.
Aliased Type§
struct Map<K, V> { /* private fields */ }
pub type Map<K, V> = BTreeMap<K, V>;
An alias to the type of map used in Value::Dict
.
struct Map<K, V> { /* private fields */ }