pub type IsNull<Expr> = Grouped<IsNull<Expr>>;
The return type of expr.is_null()
expr.is_null()
struct IsNull<Expr>(pub IsNull<Expr>);
0: IsNull<Expr>