pub type HasKeyJsonb<Lhs, Rhs> = Grouped<HasKeyJsonb<Lhs, AsExprOf<Rhs, VarChar>>>;Available on crate features
postgres_backend and sqlite only.Expand description
The return type of lsh.has_key(rhs)
Aliased Typeยง
pub struct HasKeyJsonb<Lhs, Rhs>(/* private fields */);