Type Alias ErrorBox

Source
pub type ErrorBox = Box<dyn Error>;
Expand description

Error type, return it from your callbacks.

Aliased Typeยง

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