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