pub type RowBuilder<T, R> = RcBuilder<RowBuilder<T, R>>;
pub struct RowBuilder<T, R> { /* private fields */ }