pub fn new_filter_not(filter: BoxedFilterFn) -> impl Filter
Expand description
Create a new filter that will negate the inner filter. It returns false
if
the inner filter returns true
, otherwise it returns true
.
pub fn new_filter_not(filter: BoxedFilterFn) -> impl Filter
Create a new filter that will negate the inner filter. It returns false
if
the inner filter returns true
, otherwise it returns true
.