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