Type Alias VecSpine

Source
pub type VecSpine<K, V, T, R> = Spine<Rc<RhhValBatch<Vector<((K, V), T, R)>>>>;
Expand description

A trace implementation using a spine of ordered lists.

Aliased Typeยง

pub struct VecSpine<K, V, T, R> { /* private fields */ }