darling_core::usage::lifetimes

Type Alias LifetimeSet

source
pub type LifetimeSet = FnvHashSet<Lifetime>;
Expand description

A set of lifetimes.

Aliased Typeยง

struct LifetimeSet { /* private fields */ }