Type Alias HashSetMutChain

Source
pub type HashSetMutChain<'h, T, S = RandomState> = Chain<&'h mut HashSet<T, S>>;

Aliased Typeยง

struct HashSetMutChain<'h, T, S = RandomState> { /* private fields */ }