Trait clashctl_interactive::Sortable [−][src]
pub trait Sortable<'a, S: SortMethod<Self::Item>> {
type Item;
fn sort_with(&mut self, method: &S);
}pub trait Sortable<'a, S: SortMethod<Self::Item>> {
type Item;
fn sort_with(&mut self, method: &S);
}