diesel::helper_types

Type Alias NotBetween

Source
pub type NotBetween<Lhs, Lower, Upper> = NotBetween<Lhs, And<AsExpr<Lower, Lhs>, AsExpr<Upper, Lhs>>>;
Expand description

The return type of lhs.not_between(lower, upper)

Aliased Typeยง

struct NotBetween<Lhs, Lower, Upper> { /* private fields */ }