diesel::helper_types

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