pub type BoxedTimerCallback = Box<dyn Fn() + Send + 'static>;
A callback to pass to the TimerScheduler to be called when the timer is dispatched.
TimerScheduler
pub struct BoxedTimerCallback(/* private fields */);