pub type RowValBatcher<V, T, R> = MergeBatcher<Vec<((Row, V), T, R)>, ColumnationChunker<((Row, V), T, R)>, ColMerger<(Row, V), T, R>>;
Aliased Typeยง
pub struct RowValBatcher<V, T, R> { /* private fields */ }
pub type RowValBatcher<V, T, R> = MergeBatcher<Vec<((Row, V), T, R)>, ColumnationChunker<((Row, V), T, R)>, ColMerger<(Row, V), T, R>>;
pub struct RowValBatcher<V, T, R> { /* private fields */ }