Type Definition diesel::helper_types::NotILike

source ·
pub type NotILike<Lhs, Rhs> = Grouped<NotILike<Lhs, AsExprOf<Rhs, VarChar>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.not_ilike(rhs)