IntoOrderBy

Trait IntoOrderBy 

Source
pub trait IntoOrderBy {
    // Required method
    fn into_order_by(self) -> Result<Vec<OrderByItem>, String>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoOrderBy for &str

Source§

impl IntoOrderBy for Vec<OrderByItem>

Implementors§