[][src]Type Definition hash_hasher::HashedMap

type HashedMap<K, V> = HashMap<K, V, HashBuildHasher>;

Alias for a std::collections::HashMap<K, V, HashBuildHasher>.