Skip to main content

EventHandlerFn

Type Alias EventHandlerFn 

Source
pub type EventHandlerFn<S> = fn(&ScheduledEvent, &mut S, &mut EventQueue) -> Result<()>;
Expand description

Event handler function type.