Type Alias diesel::helper_types::Asc
source · pub type Asc<Expr> = Asc<Expr>;
Expand description
The return type of
expr.asc()
Aliased Type§
struct Asc<Expr> { /* private fields */ }
pub type Asc<Expr> = Asc<Expr>;
The return type of
expr.asc()
struct Asc<Expr> { /* private fields */ }