Trait implementation lrs::num::Wsize::Rem

Note: This page contains multiple implementations.

Objects that implement the binary % operator.

Syntax

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

Syntax

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