[][src]Type Definition hash_hasher::HashedSet

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

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