Skip to main content

OnError

Type Alias OnError 

Source
pub type OnError = Arc<dyn Fn(MIPError) + Send + Sync>;
Expand description

Callback invoked on error

Aliased Typeยง

pub struct OnError { /* private fields */ }