pub trait ArgminAdd<T, U> { // Required method fn add(&self, other: &T) -> U; }
Add a T to self
T
self