Skip to main content

RetryPredicate

Type Alias RetryPredicate 

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

Predicate function for retry decisions.

Aliased Typeยง

pub struct RetryPredicate { /* private fields */ }