Type Definition diesel::helper_types::Order

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

Represents the return type of .order(ordering)