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