Type Alias diesel::dsl::Desc

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

The return type of expr.desc()

Aliased Type§

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

Trait Implementations§

source§

impl<C> OrderDecorator for Desc<C>

Available on crate feature postgres_backend only.
§

type Column = C

A column on a database table.