RetryCallback

Type Alias RetryCallback 

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

Callback type for retry notifications

Aliased Typeยง

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