pub type HashMap<K, V, S = DefaultHashBuilder> = HashMap<K, V, S>;Expand description
A hash map with the environment’s default hasher, usable in every environment (std, no-std and wasm).
Aliased Type§
pub struct HashMap<K, V, S = DefaultHashBuilder> { /* private fields */ }