pub type Map<K, V> = BTreeMap<K, V>;Expand description
An alias for alloc::collections::BTreeMap.
Aliased Typeยง
pub struct Map<K, V> { /* private fields */ }pub type Map<K, V> = BTreeMap<K, V>;An alias for alloc::collections::BTreeMap.
pub struct Map<K, V> { /* private fields */ }