Skip to main content

TimerParam

Type Alias TimerParam 

Source
pub type TimerParam = Arc<dyn Any + Send + Sync>;
Expand description

Type-erased parameter for timer callbacks.

Allows passing arbitrary data to timer callback functions.

Aliased Typeยง

pub struct TimerParam { /* private fields */ }