Type Definition diesel::helper_types::NotLike [−][src]
type NotLike<Lhs, Rhs> = NotLike<Lhs, AsExprOf<Rhs, VarChar>>;
The return type of
lhs.not_like(rhs)
type NotLike<Lhs, Rhs> = NotLike<Lhs, AsExprOf<Rhs, VarChar>>;
The return type of
lhs.not_like(rhs)