pub type RetryPredicate<E> = Arc<dyn Fn(&E) -> bool + Send + Sync>;
Decides whether a given error should trigger another retry attempt.
pub struct RetryPredicate<E> { /* private fields */ }