Set

Type Alias Set 

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

Aliased Typeยง

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