Type Alias RowBatcher

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

Aliased Typeยง

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