Type Alias HasAnyKeyJsonb

Source
pub type HasAnyKeyJsonb<Lhs, Rhs> = Grouped<HasAnyKeyJsonb<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lsh.has_any_key(rhs)

Aliased Typeยง

pub struct HasAnyKeyJsonb<Lhs, Rhs>(/* private fields */);