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