Trait implementation lrs::num::Wsize::Mul

Note: This page contains multiple implementations.

Objects that implement the binary * operator.

Syntax

impl Mul<usize> for Wsize {
    type Output = Wsize;
}

Syntax

impl Mul<Wsize> for Wsize {
    type Output = Wsize;
}