Type Alias RowRowBatcher

Source
pub type RowRowBatcher<T, R> = MergeBatcher<Vec<((Row, Row), T, R)>, ColumnationChunker<((Row, Row), T, R)>, ColMerger<(Row, Row), T, R>>;

Aliased Typeยง

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