Trait std::ops::Not

pub trait Not<Result> {
    fn not(&self) -> Result;
}

Required Methods

fn not(&self) -> Result

Implementors