Type Alias hash_hasher::HashedSet

source ·
pub type HashedSet<K> = HashSet<K, HashBuildHasher>;
Expand description

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

Aliased Type§

struct HashedSet<K> { /* private fields */ }