actix_web::pred
pub fn Not<S: 'static, P: Predicate<S> + 'static>(pred: P) -> NotPredicate<S>
Return predicate that matches if supplied predicate does not match.