pub trait Meet<Rhs> { type Output; // Required method fn meet(self, rhs: Rhs) -> Self::Output; }
The outer product, also known as the wedge product.