Trait std::ops::Neg

pub trait Neg<Result> {
    fn neg(&self) -> Result;
}

Required Methods

fn neg(&self) -> Result

Implementors