Function new_filter_any

Source
pub fn new_filter_any(filters: Vec<BoxedFilterFn>) -> impl Filter
Expand description

Create a new filter that will run multiple filters. It returns true if at least one of the filter returns true.