Type Definition diesel::helper_types::Asc

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

The return type of expr.asc()

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.