pub type LifetimeSet = FnvHashSet<Lifetime>;
A set of lifetimes.
pub struct LifetimeSet { /* private fields */ }