pub trait Callback { }
Expand description
Interface to timer’s callback
It is guaranteed that callback is invoked only once, unless Timer
is restarted or
TimerState::reset
is called(happens when timer is restarted)
pub trait Callback { }
Interface to timer’s callback
It is guaranteed that callback is invoked only once, unless Timer
is restarted or
TimerState::reset
is called(happens when timer is restarted)