[][src]Type Definition darling::usage::IdentSet

type IdentSet = HashSet<Ident, BuildHasherDefault<FnvHasher>>;

A set of idents.