pub type RetryPredicate = Arc<dyn Fn(&Error) -> bool + Send + Sync>;
Custom retry predicate, consulted in addition to the built-in rules.
pub struct RetryPredicate { /* private fields */ }