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 */);