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