Type Alias hydrate_base::hashing::HashSet
source · pub type HashSet<T> = HashSet<T, RandomState>;
Expand description
Default hashset for hydrate. Opts-out of more expensive secure hash.
Aliased Type§
struct HashSet<T> { /* private fields */ }