Trait argmin::core::ArgminSub[][src]

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

Subtract a T from self

Required methods

Subtract a T from self

Implementations on Foreign Types

Implementors