darling_core::usage

Type Alias IdentSet

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

A set of idents.

Aliased Typeยง

struct IdentSet { /* private fields */ }