Type Definition darling::usage::IdentRefSet [−][src]
type IdentRefSet<'a> = HashSet<&'a Ident, BuildHasherDefault<FnvHasher>>;
A set of references to idents.
type IdentRefSet<'a> = HashSet<&'a Ident, BuildHasherDefault<FnvHasher>>;
A set of references to idents.