diesel::helper_types

Type Alias 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.
Source§

type Column = C

A column on a database table.