Type Alias IndexMap
pub type IndexMap<K, V, S = RandomState> = IndexMap<K, V, S>;
Expand description
IndexMap
using the default hasher.
See IndexMap
for more information.
Aliased Type§
pub struct IndexMap<K, V, S = RandomState> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.