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