pub type ShouldRetryFn = Arc<dyn Fn(&Response) -> bool + Sync + Send>;
Predicate for whether a response should be retried.
pub struct ShouldRetryFn { /* private fields */ }