pub type LifetimeRefSet<'a> = HashSet<&'a Lifetime, BuildHasherDefault<FnvHasher>>;
Expand description
A set of references to lifetimes.
Aliased Typeยง
struct LifetimeRefSet<'a> { /* private fields */ }
pub type LifetimeRefSet<'a> = HashSet<&'a Lifetime, BuildHasherDefault<FnvHasher>>;
A set of references to lifetimes.
struct LifetimeRefSet<'a> { /* private fields */ }