Skip to main content

RetryPredicate

Type Alias RetryPredicate 

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

Determines whether an error should be retried.

Aliased Typeยง

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