Type Alias HashSet

Source
pub type HashSet<T, S = DefaultHashBuilder> = HashSet<T, S>;

Aliased Typeยง

struct HashSet<T, S = DefaultHashBuilder> { /* private fields */ }