Type Definition diesel::dsl::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)
pub type NotBetween<Lhs, Lower, Upper> = NotBetween<Lhs, And<AsExpr<Lower, Lhs>, AsExpr<Upper, Lhs>>>;
The return type of
lhs.not_between(lower, upper)