Trait std::ops::BitOr

pub trait BitOr<RHS, Result> {
    fn bitor(&self, rhs: &RHS) -> Result;
}

Required Methods

fn bitor(&self, rhs: &RHS) -> Result

Implementors