Type Definition diesel::helper_types::Order[][src]

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

Represents the return type of .order(ordering)