Type Alias hash_hasher::HashedMap
source · pub type HashedMap<K, V> = HashMap<K, V, HashBuildHasher>;
Expand description
Alias for a std::collections::HashMap<K, V, HashBuildHasher>
.
Aliased Type§
struct HashedMap<K, V> { /* private fields */ }