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