Function matrix_sdk_ui::room_list_service::filters::new_filter_not
source ยท 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
.