Skip to main content

UuidClosureTimer

Type Alias UuidClosureTimer 

Source
pub type UuidClosureTimer = TimerWithThread<Uuid, ClosureState<Uuid>>;
Available on crate feature uuid only.
Expand description

A shorthand for a timer that uses UUID closure actions.

Aliased Typeยง

pub struct UuidClosureTimer { /* private fields */ }