Type Alias ntex_util::HashSet

source ·
pub type HashSet<V> = HashSet<V, FxBuildHasher>;

Aliased Type§

struct HashSet<V> { /* private fields */ }