Type Alias darling::usage::IdentRefSet

source ·
pub type IdentRefSet<'a> = HashSet<&'a Ident, BuildHasherDefault<FnvHasher>>;
Expand description

A set of references to idents.

Aliased Type§

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