[][src]Type Definition darling::usage::LifetimeRefSet

type LifetimeRefSet<'a> = HashSet<&'a Lifetime, BuildHasherDefault<FnvHasher>>;

A set of references to lifetimes.