Step

Type Alias Step 

Source
pub type Step = Box<dyn FnOnce(Arc<Mutex<FlowContext>>) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send>> + Send>;

Aliased Typeยง

pub struct Step(/* private fields */);