Function matrix_sdk_ui::room_list_service::sorters::new_sorter_name
source · pub fn new_sorter_name() -> impl Sorter
Expand description
Create a new sorter that will sort two Room
by name, i.e. by
comparing their display names. A lexicographically ordering is applied, i.e.
“a” < “b”.