pub type RetryPredicate = Arc<dyn Fn(&(dyn Error + 'static)) -> bool + Send + Sync>;
Predicate function for retry decisions.
pub struct RetryPredicate { /* private fields */ }