[][src]Function actix_web::guard::Not

pub fn Not<F: Guard + 'static>(guard: F) -> NotGuard

Return guard that matches if supplied guard does not match.