pub type EventHandlerFn = Arc<Box<dyn Fn(Event)>>;

Aliased Type§

struct EventHandlerFn { /* private fields */ }