darling_core::usage

Type Alias IdentRefSet

Source
pub type IdentRefSet<'a> = FnvHashSet<&'a Ident>;
Expand description

A set of references to idents.

Aliased Typeยง

struct IdentRefSet<'a> { /* private fields */ }