Type Alias diesel::dsl::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 */ }