Type Definition hash_hasher::HashSet[][src]

type HashSet<K> = HashSet<K, HashBuildHasher>;

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