pub type HasAllKeys<Lhs, Rhs> = HasAllKeysJsonb<Lhs, Rhs>;
struct HasAllKeys<Lhs, Rhs>(/* private fields */);