Function get

Source
pub fn get(name: String) -> SimpleStepBuilder
Expand description

Initializes a new simple step builder with the given name.

§Arguments

  • name - The name of the step.

§Returns

Returns a new simple step builder instance.