Trait clashctl_interactive::OrderBy[][src]

pub trait OrderBy {
    fn order_by(self, order: SortOrder) -> Ordering;
}

Required methods

Implementations on Foreign Types

Implementors