Skip to main content

RunEventHandler

Type Alias RunEventHandler 

Source
pub type RunEventHandler = Arc<Box<dyn Fn(RunEvent) + Send + Sync>>;

Aliased Typeยง

pub struct RunEventHandler { /* private fields */ }