Trait Not
pub trait Not {
// Required methods
pub fn not(self) -> Self;
}
Required methods
pub fn not(self) -> Self
pub trait Not {
// Required methods
pub fn not(self) -> Self;
}
pub fn not(self) -> Self
impl Not for boolimpl Not for i16impl Not for i32impl Not for i64impl Not for i8impl Not for u1impl Not for u128impl Not for u16impl Not for u32impl Not for u64impl Not for u8