Type Definition diesel::dsl::IsContainedBy

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

The return type of lhs.is_contained_by(rhs)