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 */ }

Trait Implementations§

1.0.0 · source§

impl<T, S> Default for HashSet<T, S>where S: Default,

source§

fn default() -> HashSet<T, S>

Creates an empty HashSet<T, S> with the Default value for the hasher.