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.
Reexports
pub use super::predicates::{IsNull, IsNotNull, Asc, Desc}; |
Type Definitions
And | |
AsExpr | |
AsExprOf | |
Between | |
Eq | |
Gt | |
GtEq | |
Like | |
Lt | |
LtEq | |
NotBetween | |
NotEq | |
NotLike |