Type Definition diesel::helper_types::NotEq
source · pub type NotEq<Lhs, Rhs> = Grouped<NotEq<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description
The return type of
lhs.ne(rhs)
pub type NotEq<Lhs, Rhs> = Grouped<NotEq<Lhs, AsExpr<Rhs, Lhs>>>;
The return type of
lhs.ne(rhs)