Set

Type Alias Set 

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

Aliased Typeยง

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