Trait implementation lrs::num::Wsize::Div

Note: This page contains multiple implementations.

Objects that implement the binary / operator.

Syntax

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

Syntax

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