Trait batch_processing::sync::step::simple_step::SimpleStepBuilderTrait
source · pub trait SimpleStepBuilderTrait<I, O> {
// Required method
fn tasklet(self, step_callback: StepCallback) -> Self;
}
Expand description
A trait for building simple synchronous steps.
Required Methods§
sourcefn tasklet(self, step_callback: StepCallback) -> Self
fn tasklet(self, step_callback: StepCallback) -> Self
Object Safety§
This trait is not object safe.