forked from Plugin-JF-Onkostar/osc-variant
Apply exported sorting to items itself and nested items
This commit is contained in:
@@ -239,6 +239,12 @@ pub trait Listable {
|
||||
|
||||
pub trait Sortable {
|
||||
fn sorting_key(&self) -> String;
|
||||
fn sorted(&mut self) -> &Self
|
||||
where
|
||||
Self: Sized,
|
||||
{
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
pub trait Comparable: Debug {
|
||||
|
||||
Reference in New Issue
Block a user