Type Alias darling_core::usage::IdentSet

source ·
pub type IdentSet = FnvHashSet<Ident>;
Expand description

A set of idents.

Aliased Type§

struct IdentSet { /* private fields */ }