Function matrix_sdk_ui::room_list_service::filters::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.