Type Alias diesel::dsl::Asc

source ·
pub type Asc<Expr> = Asc<Expr>;
Expand description

The return type of expr.asc()

Aliased Type§

struct Asc<Expr> { /* private fields */ }

Trait Implementations§

source§

impl<C> OrderDecorator for Asc<C>

Available on crate feature postgres_backend only.
§

type Column = C

A column on a database table.