pub type OrderDefinition<'a> = (Expression<'a>, Option<Order>);
Defines ordering for an ORDER BY statement.
ORDER BY