ComplexStepBuilder
pub fn get<I: Sized + 'static, O: Sized + 'static>( name: String, ) -> ComplexStepBuilder<I, O>
Initializes a new complex step builder with the given name.
name
Returns a new complex step builder instance.