pub trait Not {
    // Required method
    fn not(&self) -> Self;
}

Required Methods§

source

fn not(&self) -> Self

Implementors§