pub trait Inner<Rhs> { type Output; // Required method fn inner(self, rhs: Rhs) -> Self::Output; }
The left contraction inner product.