Type Alias diesel::helper_types::OrderBy

source ·
pub type OrderBy<Source, Ordering> = Order<Source, Ordering>;
Expand description

Represents the return type of .order_by(ordering)

Type alias of Order