Trait tylar::Decr [] [src]

pub trait Decr: NumType {
    type Out;
}

Decrementation of number types.

Associated Types

type Out

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

Implementors