Trait Orr

Source
pub trait Orr {
    type Output;

    // Required method
    fn orr(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn orr(self) -> Self::Output

Implementors§