diesel::dsl

Type Alias min

source
pub type min<Expr> = min<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
Expand description

The return type of min(expr)

Aliased Typeยง

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