Skip to main content

RowValBatcher

Type Alias RowValBatcher 

Source
pub type RowValBatcher<V, T, R> = MergeBatcher<ColInternalMerger<(Row, V), T, R>>;

Aliased Typeยง

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