pub trait Notify<E> {
// Required method
fn notify(&mut self, err: E, duration: Duration);
}
Expand description
Notify is called in retry_notify
in case of errors.
pub trait Notify<E> {
// Required method
fn notify(&mut self, err: E, duration: Duration);
}
Notify is called in retry_notify
in case of errors.