Trait tylar::Add [] [src]

pub trait Add<RHS>: NumType {
    type Out: NumType;
}

Addition of number types.

Associated Types

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

Implementors