pub trait Not { // Required methods pub fn not(self) -> Self; }
pub fn not(self) -> Self
impl Not for bool
impl Not for i16
impl Not for i32
impl Not for i64
impl Not for i8
impl Not for u128
impl Not for u16
impl Not for u32
impl Not for u64
impl Not for u8