Trait argmin_math::ArgminSignum
source · pub trait ArgminSignum {
// Required method
fn signum(self) -> Self;
}
Expand description
Returns a number that represents the sign of self
.
Required Methods§
Object Safety§
This trait is not object safe.