Type Alias diesel::helper_types::Nullable
source · pub type Nullable<Expr> = Nullable<Expr>;
Expand description
The return type of
expr.nullable()
Aliased Type§
struct Nullable<Expr>(/* private fields */);
pub type Nullable<Expr> = Nullable<Expr>;
The return type of
expr.nullable()
struct Nullable<Expr>(/* private fields */);