pub trait Trap: Debug + Send + Sync + 'static { // Required method fn trap(&self, err: &Error); }
A trap for processing errors.
Process an error.