Function get

Source
pub fn get<I: Sized + 'static, O: Sized + 'static>(
    name: String,
) -> ComplexStepBuilder<I, O>
Expand description

Initializes a new complex step builder with the given name.

§Arguments

  • name - The name of the step.

§Returns ComplexStepBuilder

Returns a new complex step builder instance.