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