Trait tylar::Incr [] [src]

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

Incrementation of number types.

Associated Types

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

Implementors