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