Skip to main content

OnTimer

Type Alias OnTimer 

Source
pub type OnTimer = Arc<dyn Fn(&mut dyn UiFocusActionHost, ActionCx, TimerToken) -> bool + 'static>;

Aliased Typeยง

pub struct OnTimer { /* private fields */ }