pub type HardRestartableKernelTimerCallback = Box<dyn FnMut(MonotonicInstant) -> HardKernelTimerAction + Send + 'static>;Expand description
Owned callback for an explicitly hard-expiry kernel timer.
Aliased Typeยง
pub struct HardRestartableKernelTimerCallback(/* private fields */);