Trait tylar::Decr [] [src]

pub trait Decr: NumType {
    type Out: NumType;
}

Decrementation of number types.

Associated Types

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

Implementors