Type Definition diesel::dsl::ILike

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

The return type of lhs.ilike(rhs)