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