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

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

Represents the return type of .order(ordering)