Trait std::ops::BitAnd

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

Required Methods

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

Implementors