JsonbContains

Trait JsonbContains 

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

Required Methods§

fn jsonb_contains(&self, other: &Rhs) -> bool

Implementors§