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