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

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

Represents the return type of .order(ordering)