Type Definition diesel::helper_types::IsNull
source · pub type IsNull<Expr> = Grouped<IsNull<Expr>>;
Expand description
The return type of
expr.is_null()
pub type IsNull<Expr> = Grouped<IsNull<Expr>>;
The return type of
expr.is_null()