Type Definition diesel::helper_types::NotLike

source · []
pub type NotLike<Lhs, Rhs> = NotLike<Lhs, AsExprOf<Rhs, VarChar>>;
Expand description

The return type of lhs.not_like(rhs)