Type Alias diesel::helper_types::IsContainedByJsonb
source · pub type IsContainedByJsonb<Lhs, Rhs> = Grouped<IsContainedByJsonb<Lhs, AsExprOf<Rhs, Jsonb>>>;Available on crate feature
postgres_backend only.Expand description
The return type of lsh.is_contained_by(rhs)
for jsonb types
Aliased Type§
struct IsContainedByJsonb<Lhs, Rhs>(pub IsContainedByJsonb<Lhs, <Rhs as AsExpression<Jsonb>>::Expression>);Fields§
§0: IsContainedByJsonb<Lhs, <Rhs as AsExpression<Jsonb>>::Expression>