pub type HashSet<T, S = DefaultHashBuilder> = HashSet<T, S>;Expand description
A hash set with the environment’s default hasher, usable in every environment (std, no-std and wasm).
Aliased Type§
pub struct HashSet<T, S = DefaultHashBuilder> { /* private fields */ }