Skip to main content

EventHandlerFn

Type Alias EventHandlerFn 

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

Callback invoked when a terminal Event occurs.

Aliased Typeยง

pub struct EventHandlerFn { /* private fields */ }