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