Type Alias HashSet

Source
pub type HashSet<T> = HashSet<T, RandomState>;
Expand description

Default hashset for hydrate. Opts-out of more expensive secure hash.

Aliased Typeยง

pub struct HashSet<T> { /* private fields */ }