Type Alias matrix_sdk_ui::room_list_service::sorters::BoxedSorterFn
source · pub type BoxedSorterFn = Box<dyn Sorter + Send + Sync>;
Expand description
Type alias for a boxed sorter function.
Aliased Type§
struct BoxedSorterFn(/* private fields */);