Skip to main content

RetryCallback

Type Alias RetryCallback 

Source
pub type RetryCallback = Arc<dyn Fn(usize, &LimitlessError, Duration) + Send + Sync>;
Expand description

Callback invoked before each retry attempt.

Aliased Type§

pub struct RetryCallback { /* private fields */ }