Type Alias Timer

Source
pub type Timer = TimerIsOwned<true>;
Expand description

The wxTimer class allows you to execute code at specified intervals.

Aliased Type§

pub struct Timer(/* private fields */);