Note: This page contains multiple implementations.
Objects that implement the binary - operator.
-
impl Sub<u32> for W32 { type Output = W32; }
impl Sub<W32> for W32 { type Output = W32; }