pub type RetryPredicate<E> = Arc<dyn Fn(&E) -> bool + Send + Sync>;
Determines whether an error should be retried.
pub struct RetryPredicate<E> { /* private fields */ }