Type Alias Map

Source
pub type Map<K, V> = IndexMap<K, V>;

Aliased Typeยง

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