pub trait ArgminAdd<T, U> {
    fn add(&self, other: &T) -> U;
}
Expand description

Add a T to self

Required Methods§

Add a T to self

Implementations on Foreign Types§

Implementors§