Type Alias darling_core::usage::IdentSet
source · pub type IdentSet = FnvHashSet<Ident>;Expand description
A set of idents.
Aliased Type§
struct IdentSet { /* private fields */ }pub type IdentSet = FnvHashSet<Ident>;A set of idents.
struct IdentSet { /* private fields */ }