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

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

Return guard that matches if supplied guard does not match.