pub type OrderBy<Source, Ordering> = Order<Source, Ordering>;
Expand description
Represents the return type of .order_by(ordering)
Type alias of Order
pub type OrderBy<Source, Ordering> = Order<Source, Ordering>;
Represents the return type of .order_by(ordering)
Type alias of Order