Skip to main content

RetryPredicate

Type Alias RetryPredicate 

Source
pub type RetryPredicate<E> = Arc<dyn Fn(&E) -> bool + Send + Sync>;
Expand description

Decides whether a given error should trigger another retry attempt.

Aliased Typeยง

pub struct RetryPredicate<E> { /* private fields */ }