Type Definition darling::usage::LifetimeSet
source · [−]pub type LifetimeSet = HashSet<Lifetime, BuildHasherDefault<FnvHasher>>;
Expand description
A set of lifetimes.
pub type LifetimeSet = HashSet<Lifetime, BuildHasherDefault<FnvHasher>>;
A set of lifetimes.