pub trait IntoOrderDefinition<'a> {
    // Required method
    fn into_order_definition(self) -> OrderDefinition<'a>;
}
Expand description

Convert the value into an order definition with order item and direction

Required Methods§

Implementations on Foreign Types§

source§

impl<'a> IntoOrderDefinition<'a> for &'a str

Implementors§