pub type FixedTree<K, const V: usize, H = NoHook> = ConstTree<K, V, H, Fixed>;Expand description
Type alias: FixedTree is a ConstTree with the Fixed (fixed-slot) durability backend.
Aliased Typeยง
pub struct FixedTree<K, const V: usize, H = NoHook> { /* private fields */ }