pub trait ArgminMul<T, U> {
    fn amul(&self, _: T) -> U;
}

Required Methods

Implementations on Foreign Types

Implementors