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

type ThenOrderBy<Source, Ordering> = <Source as ThenOrderDsl<Ordering>>::Output;

Represents the return type of .then_order_by(ordering)