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

Add a T to self

Required Methods

Add a T to self

Implementations on Foreign Types

Implementors