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