Type Definition hashmap_core2::fnv::FnvHashSet[][src]

type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;

A HashSet using a default FNV hasher.