Type Alias KeySpine

Source
pub type KeySpine<K, T, R> = Spine<Rc<OrdKeyBatch<MzStack<((K, ()), T, R)>>>>;

Aliased Typeยง

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