pub type HashSetChain<T, S = RandomState> = Chain<HashSet<T, S>>;Aliased Typeยง
struct HashSetChain<T, S = RandomState> { /* private fields */ }pub type HashSetChain<T, S = RandomState> = Chain<HashSet<T, S>>;struct HashSetChain<T, S = RandomState> { /* private fields */ }