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