Type Alias BTreeSetChain

Source
pub type BTreeSetChain<T> = Chain<BTreeSet<T>>;

Aliased Typeยง

struct BTreeSetChain<T> { /* private fields */ }