IndexMap

Type Alias IndexMap 

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

indexmap::IndexMap configured with a specific hasher

Aliased Typeยง

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