pub
pub use FixedConfig;
/// Type alias: `FixedTree` is a `ConstTree` with the `Fixed` (fixed-slot) durability backend.
pub type FixedTree<K, const V: usize, H = crateNoHook> =
crateConstTree;
/// Type alias: `FixedMap` is a `ConstMap` with the `Fixed` (fixed-slot) durability backend.
pub type FixedMap<K, const V: usize, H = crateNoHook> =
crateConstMap;