Type Alias TigerHashSet

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

Aliased Typeยง

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