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

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

A set of idents.