Trait clashctl_interactive::Sortable[][src]

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

Associated Types

Required methods

Implementations on Foreign Types

Implementors