Type Alias MrHashSet

Source
pub type MrHashSet<T> = HashSet<T>;

Aliased Typeยง

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