Type Definition darling_core::usage::LifetimeRefSet [−][src]
pub type LifetimeRefSet<'a> = FnvHashSet<&'a Lifetime>;
Expand description
A set of references to lifetimes.
pub type LifetimeRefSet<'a> = FnvHashSet<&'a Lifetime>;
A set of references to lifetimes.