pub type LifetimeRefSet<'a> = FnvHashSet<&'a Lifetime>;
Expand description
A set of references to lifetimes.
Aliased Typeยง
struct LifetimeRefSet<'a> { /* private fields */ }
pub type LifetimeRefSet<'a> = FnvHashSet<&'a Lifetime>;
A set of references to lifetimes.
struct LifetimeRefSet<'a> { /* private fields */ }