pub type DefaultBTree<TKey, TValue, TAllocator> = BTree<TKey, TValue, DefaultBTreeConfig<TAllocator>>;Expand description
An alias for BTree with DefaultBTreeConfig.
Aliased Typeยง
pub struct DefaultBTree<TKey, TValue, TAllocator> { /* private fields */ }