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