[−][src]Trait diesel::query_dsl::methods::OrderDsl
The order
method
This trait should not be relied on directly by most apps. Its behavior is
provided by QueryDsl
. However, you may need a where clause on this trait
to call order
from generic code.
Associated Types
type Output
The type returned by .order
.
Required methods
Loading content...Implementors
impl<T, Expr> OrderDsl<Expr> for T where
Expr: Expression,
T: Table,
T::Query: OrderDsl<Expr>,
[src]
Expr: Expression,
T: Table,
T::Query: OrderDsl<Expr>,