pub type ErrorBox = Box<dyn Error>;
Error type, return it from your callbacks.
pub struct ErrorBox(/* private fields */);