Type Alias matrix_sdk_ui::room_list_service::filters::BoxedFilterFn

source ·
pub type BoxedFilterFn = Box<dyn Filter + Send + Sync>;
Expand description

Type alias for a boxed filter function.

Aliased Type§

struct BoxedFilterFn(/* private fields */);