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