::
core::
ops::
Trait
WrappingSub
pub trait WrappingSub {
fn
wrapping_sub
(self, rhs: Self) -> Self;
}