pub type HashSetMutChain<'h, T, S = RandomState> = Chain<&'h mut HashSet<T, S>>;Aliased Typeยง
struct HashSetMutChain<'h, T, S = RandomState> { /* private fields */ }pub type HashSetMutChain<'h, T, S = RandomState> = Chain<&'h mut HashSet<T, S>>;struct HashSetMutChain<'h, T, S = RandomState> { /* private fields */ }