pub type RowRowColPagedBuilder<T, R> = RcBuilder<OrdValBuilder<RowRowLayout<((Row, Row), T, R)>, Column<((Row, Row), T, R)>>>;Expand description
RowRowBuilder variant that consumes Column chunks. Pairs with
Col2ValPagedBatcher for the spillable arrange path.
Aliased Typeยง
pub struct RowRowColPagedBuilder<T, R> { /* private fields */ }