Type Alias HashSet

Source
pub type HashSet<'alloc, T, S = FxBuildHasher> = HashSet<T, S, &'alloc Arena>;
Expand description

See [hashbrown::HashSet].

Aliased Typeยง

struct HashSet<'alloc, T, S = FxBuildHasher> { /* private fields */ }