Skip to main content

Not

Trait Not 

Source
pub trait Not {
    type ReturnOperand;

    // Required method
    fn not(&self) -> Self::ReturnOperand;
}

Required Associated Types§

Required Methods§

Source

fn not(&self) -> Self::ReturnOperand

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§