Trait luna_orm_trait::OrderBy
source · pub trait OrderBy: Sync {
// Required method
fn get_order_by_fields(&self) -> &'static [&'static str];
}pub trait OrderBy: Sync {
// Required method
fn get_order_by_fields(&self) -> &'static [&'static str];
}