Trait dyon_to_rust::unop::Not [] [src]

pub trait Not {
    type Output;
    fn not(&self) -> Self::Output;
}

Associated Types

Required Methods

Implementors