pub type BTreeSetMutChain<'h, T> = Chain<&'h mut BTreeSet<T>>;
struct BTreeSetMutChain<'h, T> { /* private fields */ }