Function new_filter_all

Source
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.