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