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

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

Return guard that matches if supplied guard does not match.