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