[][src]Trait ppv_lite86::AndNot

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

Associated Types

type Output[src]

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...