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