pub fn new_sorter_name() -> impl SorterExpand description
Create a new sorter that will sort two RoomListItem by name, i.e. by
comparing their display names. A lexicographically ordering is applied, i.e.
“a” < “b”.
pub fn new_sorter_name() -> impl SorterCreate a new sorter that will sort two RoomListItem by name, i.e. by
comparing their display names. A lexicographically ordering is applied, i.e.
“a” < “b”.