Type Alias StepCallback

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

Aliased Typeยง

struct StepCallback(/* private fields */);