timers

Type Alias BoxedTimerCallback

source
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 */);