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>(/* private fields */);
pub type HasKeyJsonb<Lhs, Rhs> = Grouped<HasKeyJsonb<Lhs, AsExprOf<Rhs, VarChar>>>;
The return type of lsh.has_key(rhs)
struct HasKeyJsonb<Lhs, Rhs>(/* private fields */);