Trait WrappingSub
Source pub trait WrappingSub<RHS = Self> {
type Output;
// Required method
fn wrapping_sub(self, other: RHS) -> Self::Output;
}
Expand description
Subtracts two numbers, wrapping around at the boundary of the type.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.
This is a wrapper over the wrapping_sub functions in the standard library, for
example this one.