pub trait Backward<U, I, O>where
    U: UnitValue<U>,
{ fn backward(&mut self, input: I) -> O; }

Required Methods

Implementors