pub type Order<Source, Ordering> = <Source as OrderDsl<Ordering>>::Output;
Represents the return type of .order(ordering)
.order(ordering)