Type Definition diesel::dsl::ArrayContains
source · pub type ArrayContains<Lhs, Rhs> = Grouped<Contains<Lhs, AsExpr<Rhs, Lhs>>>;Available on crate feature
postgres_backend only.Expand description
The return type of lhs.contains(rhs)
for array expressions