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