trait Wrapping {
// Required method
fn wrapping_add(&self, other: Self) -> Self;
}
Required Methods§
fn wrapping_add(&self, other: Self) -> Self
Object Safety§
This trait is not object safe.
trait Wrapping {
// Required method
fn wrapping_add(&self, other: Self) -> Self;
}