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