Trait partiql_value::BinaryAnd

source ·
pub trait BinaryAnd {
    type Output;

    // Required method
    fn and(&self, rhs: &Self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn and(&self, rhs: &Self) -> Self::Output

Object Safety§

This trait is not object safe.

Implementors§