Trait argmin_math::ArgminMinMax
source · pub trait ArgminMinMax {
// Required methods
fn min(x: &Self, y: &Self) -> Self;
fn max(x: &Self, y: &Self) -> Self;
}
Expand description
Minimum and Maximum of type T
Required Methods§
Object Safety§
This trait is not object safe.