pub trait ArgminDiv<T, U> {
// Required method
fn div(&self, other: &T) -> U;
}Expand description
(Pointwise) Divide a T by self
pub trait ArgminDiv<T, U> {
// Required method
fn div(&self, other: &T) -> U;
}(Pointwise) Divide a T by self