Type Alias StepCallback

Source
pub type StepCallback = Box<dyn FnOnce() + Send>;

Aliased Typeยง

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