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