Type Alias EventHandler

Source
pub type EventHandler<'video, T> = Box<dyn Fn(&T) + 'video>;
Expand description

An event handler to receive some event structure,

Aliased Typeยง

pub struct EventHandler<'video, T>(/* private fields */);