BTreeChain

Type Alias BTreeChain 

Source
pub type BTreeChain<T> = Chain<T, BTree>;
Expand description

Alias of Chain<T, map::BTree>.

Aliased Typeยง

pub struct BTreeChain<T> { /* private fields */ }