Trait implementation lrs::num::Wsize::Sub

Note: This page contains multiple implementations.

Objects that implement the binary - operator.

Syntax

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

Syntax

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