pub type BoxedFluentBuilder<TValue, TStack = DefaultStack> = FluentBuilder<TValue, TStack, Boxed>;Expand description
A boxed fluent builder.
Aliased Typeยง
pub struct BoxedFluentBuilder<TValue, TStack = DefaultStack> { /* private fields */ }pub type BoxedFluentBuilder<TValue, TStack = DefaultStack> = FluentBuilder<TValue, TStack, Boxed>;A boxed fluent builder.
pub struct BoxedFluentBuilder<TValue, TStack = DefaultStack> { /* private fields */ }