Skip to main content

IndexMap

Type Alias IndexMap 

Source
pub type IndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<AHasher>>;
Expand description

Alias for the IndexMap with a hash builder of type BuildHasherDefault<AHasher>

Aliased Typeยง

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