RetryCallback

Type Alias RetryCallback 

Source
pub type RetryCallback = Box<dyn Fn(RetryEvent) + Sync + Send>;
Expand description

Callback type for retry notifications

Aliased Typeยง

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