ErrorHandler

Type Alias ErrorHandler 

Source
pub type ErrorHandler = Box<dyn Fn(&ErrorEvent) + Send + Sync>;
Expand description

Type alias for error handler

Aliased Typeยง

pub struct ErrorHandler(/* private fields */);