Trait UnsignedAbs
Source pub trait UnsignedAbs {
type Output;
// Required method
fn unsigned_abs(self) -> Self::Output;
}
Expand description
Takes the absolute value of a number and converts to the unsigned equivalent.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
This is a wrapper over the unsigned_abs functions in the standard library, for
example this one.
This is a wrapper over the unsigned_abs functions in the standard library, for
example this one.
This is a wrapper over the unsigned_abs functions in the standard library, for
example this one.
This is a wrapper over the unsigned_abs functions in the standard library, for
example this one.
This is a wrapper over the unsigned_abs functions in the standard library, for
example this one.
This is a wrapper over the unsigned_abs functions in the standard library, for
example this one.