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

type LifetimeRefSet<'a> = FnvHashSet<&'a Lifetime>;

A set of references to lifetimes.