Type Alias HashSet

Source
pub type HashSet<T> = HashSet<T, RandomState>;

Aliased Typeยง

pub struct HashSet<T> { /* private fields */ }