Type Alias diesel::helper_types::max

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

The return type of max(expr)

Aliased Type§

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