Trait ppv_lite86::AndNot
source · pub trait AndNot {
type Output;
// Required method
fn andnot(self, rhs: Self) -> Self::Output;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.
pub trait AndNot {
type Output;
// Required method
fn andnot(self, rhs: Self) -> Self::Output;
}