pub type StoppedCallback = dyn Fn(&Stepper) + Send + 'static;
The function type for the safe Rust stop callback.