Trait ppv_lite86::AndNot

source ·
pub trait AndNot {
    type Output;

    // Required method
    fn andnot(self, rhs: Self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§