pub type RetryPredicate = Arc<dyn Fn(&Error) -> bool + Send + Sync>;
An additional rule that can opt an error into retries.
pub struct RetryPredicate { /* private fields */ }