pub type EventHandler = Box<dyn Fn(&Event, bool) + Send + Sync>;Expand description
Callback for streaming events. Set via set_event_handler to receive
unified events as they arrive during non-interactive execution.
Aliased Type§
pub struct EventHandler(/* private fields */);