pub type MapBuilder<F, S> = EnclosedBuilder<F, Map<S>>;Expand description
Type alias for specialized PipelineT type.
Aliased Type§
pub struct MapBuilder<F, S> {
pub first: F,
pub second: Map<S>,
/* private fields */
}Fields§
§first: F§second: Map<S>