pub type HashSet<'alloc, T, S = FxBuildHasher> = HashSet<T, S, &'alloc Arena>;
See [hashbrown::HashSet].
hashbrown::HashSet
struct HashSet<'alloc, T, S = FxBuildHasher> { /* private fields */ }