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