IsNull

Type Alias IsNull 

Source
pub type IsNull<Expr> = Grouped<IsNull<Expr>>;
Expand description

The return type of expr.is_null()

Aliased Typeยง

pub struct IsNull<Expr>(/* private fields */);