pub type OrdKeySpineAbom<K, T, R, O = usize> = Spine<Rc<Abomonated<OrdKeyBatch<Vector<((K, ()), T, R), O>>, Vec<u8>>>, MergeBatcher<K, (), T, R>, AbomonatedBuilder<OrdKeyBuilder<Vector<((K, ()), T, R), O>>>>;
Expand description

A trace implementation for empty values using a spine of abomonated ordered lists.

Aliased Type§

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