pub trait ArgminSub<T, U> { // Required method fn sub(&self, other: &T) -> U; }
Subtract a T from self
T
self