Module diesel::expression::helper_types
[−]
[src]
The types in this module are all shorthand for PredicateType<Lhs, AsExpr<Rhs, Lhs>>
. Since we often need to return concrete types, instead of
a boxed trait object, these can be useful for writing concise return types.
Structs
Asc | |
Desc | |
IsNotNull | |
IsNull |
Type Definitions
And | |
AsExpr | |
AsExprOf | |
Between | |
Eq | |
EqAny | |
Gt | |
GtEq | |
Like | |
Lt | |
LtEq | |
NotBetween | |
NotEq | |
NotLike | |
SqlTypeOf |