pub type OrdValSpineAbom<K, V, T, R, O = usize> = Spine<Rc<Abomonated<OrdValBatch<Vector<((K, V), T, R), O>>, Vec<u8>>>, MergeBatcher<K, V, T, R>, AbomonatedBuilder<OrdValBuilder<Vector<((K, V), T, R), O>>>>;
Expand description

A trace implementation using a spine of abomonated ordered lists.

Aliased Type§

struct OrdValSpineAbom<K, V, T, R, O = usize> { /* private fields */ }