Trait async_timer::state::Callback
source · 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)