Trait tylar::Mul [] [src]

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

Subtraction of number types.

Associated Types

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

Implementors