Type Alias HashSetChain

Source
pub type HashSetChain<T, S = RandomState> = Chain<HashSet<T, S>>;

Aliased Typeยง

struct HashSetChain<T, S = RandomState> { /* private fields */ }