Type Alias diesel::helper_types::Order
source ยท pub type Order<Source, Ordering> = <Source as OrderDsl<Ordering>>::Output;
Expand description
Represents the return type of .order(ordering)
pub type Order<Source, Ordering> = <Source as OrderDsl<Ordering>>::Output;
Represents the return type of .order(ordering)