Type Alias Nullable

Source
pub type Nullable<Expr> = Nullable<Expr>;
Expand description

The return type of expr.nullable()

Aliased Type§

struct Nullable<Expr>(/* private fields */);