Type Definition differential_dataflow::trace::implementations::ord::OrdValSpineAbom[][src]

type OrdValSpineAbom<K, V, T, R, O = usize> = Spine<K, V, T, R, Rc<Abomonated<OrdValBatch<K, V, T, R, O>, Vec<u8>>>>;

A trace implementation using a spine of abomonated ordered lists.