Type Alias RowBuilder

Source
pub type RowBuilder<T, R> = RcBuilder<OrdKeyBuilder<RowLayout<((Row, ()), T, R)>, TimelyStack<((Row, ()), T, R)>>>;

Aliased Typeยง

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