pub type ClosureTimerRef<I> = TimerRef<I, ClosureState<I>>;Expand description
A shorthand for a reference to a [TimerWithThread] with closure actions.
Aliased Typeยง
pub struct ClosureTimerRef<I> { /* private fields */ }pub type ClosureTimerRef<I> = TimerRef<I, ClosureState<I>>;A shorthand for a reference to a [TimerWithThread] with closure actions.
pub struct ClosureTimerRef<I> { /* private fields */ }