Type Alias IndexMap
pub type IndexMap<K, V, S = DefaultHashBuilder> = IndexMap<K, V, S>;Expand description
IndexMap using the default hasher.
See IndexMap for more information.
Aliased Typeยง
pub struct IndexMap<K, V, S = DefaultHashBuilder> { /* private fields */ }