Type Alias HashMap
pub type HashMap<K, V, S = RandomState> = HashMap<K, V, S>;
Expand description
A HashMap
using the default hasher.
See HashMap
for more information.
Aliased Type§
struct HashMap<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.