pub fn new_filter_all(filters: Vec<BoxedFilterFn>) -> impl Filter
Expand description
Create a new filter that will run multiple filters. It returns false
if at
least one of the filter returns false
.
pub fn new_filter_all(filters: Vec<BoxedFilterFn>) -> impl Filter
Create a new filter that will run multiple filters. It returns false
if at
least one of the filter returns false
.