diesel::dsl

Type Alias Order

source
pub type Order<Source, Ordering> = <Source as OrderDsl<Ordering>>::Output;
Expand description

Represents the return type of .order(ordering)