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

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

Represents the return type of .order(ordering)