Type Alias diesel::dsl::IsNull

source ·
pub type IsNull<Expr> = Grouped<IsNull<Expr>>;
Expand description

The return type of expr.is_null()

Aliased Type§

struct IsNull<Expr>(pub IsNull<Expr>);

Fields§

§0: IsNull<Expr>