Type Alias diesel::dsl::ThenOrderBy

source ·
pub type ThenOrderBy<Source, Ordering> = <Source as ThenOrderDsl<Ordering>>::Output;
Expand description

Represents the return type of .then_order_by(ordering)