BoxedFluentBuilder

Type Alias BoxedFluentBuilder 

Source
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 */ }