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