Type Alias BTreeSetMutChain

Source
pub type BTreeSetMutChain<'h, T> = Chain<&'h mut BTreeSet<T>>;

Aliased Typeยง

struct BTreeSetMutChain<'h, T> { /* private fields */ }