pub type BTreeChain<T> = Chain<T, BTree>;
Alias of Chain<T, map::BTree>.
Chain<T, map::BTree>
pub struct BTreeChain<T> { /* private fields */ }