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

Required Methods§

source

fn get_order_by_fields(&self) -> &'static [&'static str]

Implementors§