pub type LifetimeRefSet<'a> = HashSet<&'a Lifetime>;
A set of references to lifetimes.
pub struct LifetimeRefSet<'a> { /* private fields */ }