StoppedCallback

Type Alias StoppedCallback 

Source
pub type StoppedCallback = dyn Fn(&Stepper) + Send + 'static;
Expand description

The function type for the safe Rust stop callback.