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