Function actix_web::pred::Not [] [src]

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

Return predicate that matches if supplied predicate does not match.