Trait tylar::Neg [] [src]

pub trait Neg: NumType {
    type Out;
}

Negation of number types.

Associated Types

type Out

Result of the operation, i.e. Out = –Self.

Implementors