Function ntex::web::guard::Not

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

Return guard that matches if supplied guard does not match.