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