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

An event handler to receive some event structure,

Aliased Type§

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