Type Alias diesel::helper_types::HasAllKeysJsonb
source · pub type HasAllKeysJsonb<Lhs, Rhs> = Grouped<HasAllKeysJsonb<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Expand description
The return type of lsh.has_all_keys(rhs)
Aliased Type§
struct HasAllKeysJsonb<Lhs, Rhs>(pub HasAllKeysJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>);
Fields§
§0: HasAllKeysJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>