pub type IdentSet = HashSet<Ident, BuildHasherDefault<FnvHasher>>;Expand description
A set of idents.
Aliased Typeยง
pub struct IdentSet { /* private fields */ }pub type IdentSet = HashSet<Ident, BuildHasherDefault<FnvHasher>>;A set of idents.
pub struct IdentSet { /* private fields */ }