darling::usage

Type Alias LifetimeSet

source
pub type LifetimeSet = HashSet<Lifetime, BuildHasherDefault<FnvHasher>>;
Expand description

A set of lifetimes.

Aliased Typeยง

struct LifetimeSet { /* private fields */ }