forked from Plugin-JF-Onkostar/osc-variant
Add optional sorted listing of file contents
This commit is contained in:
@@ -234,6 +234,10 @@ pub trait Listable {
|
||||
fn to_listed_string(&self) -> String;
|
||||
}
|
||||
|
||||
pub trait Sortable {
|
||||
fn sorting_key(&self) -> String;
|
||||
}
|
||||
|
||||
pub trait FormEntry {
|
||||
fn get_name(&self) -> String;
|
||||
fn get_type(&self) -> String;
|
||||
|
||||
Reference in New Issue
Block a user