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

Aliased Type§

struct StepCallback(/* private fields */);