Trait JsonbContains
pub trait JsonbContains<Rhs = Self> {
// Required method
fn jsonb_contains(&self, other: &Rhs) -> bool;
}pub trait JsonbContains<Rhs = Self> {
// Required method
fn jsonb_contains(&self, other: &Rhs) -> bool;
}