diesel::dsl

Type Alias date

source
pub type date<Expr> = date<<Expr as AsExpression<Timestamp>>::Expression>;
Expand description

The return type of date(expr)

Aliased Typeยง

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