pub type RestartableKernelTimerCallback = Box<dyn FnMut(MonotonicInstant) -> KernelTimerAction + Send + 'static>;Expand description
Callback for a stable timer registration that may restart itself.
Aliased Typeยง
pub struct RestartableKernelTimerCallback(/* private fields */);