Type Alias darling_core::usage::IdentRefSet

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

A set of references to idents.

Aliased Type§

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