Trait ppv_lite86::AndNot[][src]

pub trait AndNot {
    type Output;
    fn andnot(self, rhs: Self) -> Self::Output;
}

Associated Types

type Output[src]

Required methods

fn andnot(self, rhs: Self) -> Self::Output[src]

Implementors