Skip to main content

IdentRefSet

Type Alias IdentRefSet 

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

A set of references to idents.

Aliased Typeยง

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