Type Alias darling_core::usage::LifetimeRefSet

source ·
pub type LifetimeRefSet<'a> = FnvHashSet<&'a Lifetime>;
Expand description

A set of references to lifetimes.

Aliased Type§

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