Skip to main content

RowBuilder

Type Alias RowBuilder 

Source
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>