Sortable

Trait Sortable 

Source
pub trait Sortable {
    type Entity: QueryModel;

    // Required method
    fn sort_clause(&self) -> String;
}

Required Associated Types§

Required Methods§

Implementors§