Type Alias HasAllKeysJsonb

Source
pub type HasAllKeysJsonb<Lhs, Rhs> = Grouped<HasAllKeysJsonb<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Expand description

The return type of lsh.has_all_keys(rhs)

Aliased Typeยง

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