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

Aliased Type§

struct IsContainedBy<Lhs, Rhs>(pub IsContainedBy<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);

Fields§

§0: IsContainedBy<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>