Type Alias Map

Source
pub type Map<K, V> = BTreeMap<K, V>;
Expand description

Map type.

Aliased Typeยง

struct Map<K, V> { /* private fields */ }