Type Definition block_tools::db::use_diesel::helper_types::ThenOrderBy[][src]

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

Represents the return type of .then_order_by(ordering)