pub type Nullable<Expr> = Nullable<Expr>;
The return type of expr.nullable()
expr.nullable()
struct Nullable<Expr>(/* private fields */);