diesel::helper_types

Type Alias IsNotNull

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

The return type of expr.is_not_null()

Aliased Typeยง

struct IsNotNull<Expr> { /* private fields */ }