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

Subtract a T from self

Required Methods

Subtract a T from self

Implementations on Foreign Types

Implementors