Type Alias darling::usage::LifetimeRefSet

source ·
pub type LifetimeRefSet<'a> = HashSet<&'a Lifetime, BuildHasherDefault<FnvHasher>>;
Expand description

A set of references to lifetimes.

Aliased Type§

struct LifetimeRefSet<'a> { /* private fields */ }