Trait dyon_to_rust::unop::Neg [] [src]

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

Associated Types

Required Methods

Implementors