pub type IndexMap<K, V, S = DefaultHashBuilder> = IndexMap<K, V, S>;
Available on crate feature
map
only.Expand description
IndexMap
using the default hasher.
See IndexMap
for more information.
Aliased Type§
struct IndexMap<K, V, S = DefaultHashBuilder> { /* 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.