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