Type Definition darling::usage::IdentSet [−][src]
pub type IdentSet = HashSet<Ident, BuildHasherDefault<FnvHasher>>;
Expand description
A set of idents.
pub type IdentSet = HashSet<Ident, BuildHasherDefault<FnvHasher>>;
A set of idents.