pub type IsNotNull<Expr> = Grouped<IsNotNull<Expr>>;
Expand description
The return type of
expr.is_not_null()
Aliased Type§
struct IsNotNull<Expr>(pub IsNotNull<Expr>);
Fields§
§0: IsNotNull<Expr>
pub type IsNotNull<Expr> = Grouped<IsNotNull<Expr>>;
The return type of
expr.is_not_null()
struct IsNotNull<Expr>(pub IsNotNull<Expr>);
0: IsNotNull<Expr>