Function actix_web::pred::Not

source ·
pub fn Not<S: 'static, P: Predicate<S> + 'static>(pred: P) -> NotPredicate<S>
Expand description

Return predicate that matches if supplied predicate does not match.