pub trait SpecMul<Rhs = Self> { type Output; // Required method fn spec_mul(self, rhs: Rhs) -> Self::Output; }