Type Alias time::TimerChangedHandler

source ·
pub type TimerChangedHandler = Arc<dyn Fn(TimerEvent) -> Result<()> + Sync + Send + 'static>;
Expand description

The timer changed handler.