Skip to main content

RunEventHandler

Type Alias RunEventHandler 

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

Aliased Typeยง

pub struct RunEventHandler { /* private fields */ }