Trait partiql_value::BinaryOr

source ·
pub trait BinaryOr {
    type Output;

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

Required Associated Types§

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§