Trait tylar::Mul [] [src]

pub trait Mul<RHS> {
    type Out;
}

Subtraction of number types.

Associated Types

type Out

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

Implementors