pub type RowRowBuilder<T, R> = ArcBuilder<RowRowBuilder<T, R>>;Aliased Type§
pub struct RowRowBuilder<T, R> {
builder: RowRowBuilder<T, R>,
}Fields§
§builder: RowRowBuilder<T, R>pub type RowRowBuilder<T, R> = ArcBuilder<RowRowBuilder<T, R>>;pub struct RowRowBuilder<T, R> {
builder: RowRowBuilder<T, R>,
}builder: RowRowBuilder<T, R>