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