Type Definition diesel::helper_types::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