Trait Shl
pub trait Shl {
// Required methods
pub fn shl(self, other: Self) -> Self;
}
Required methods
pub fn shl(self, other: Self) -> Self
pub trait Shl {
// Required methods
pub fn shl(self, other: Self) -> Self;
}
pub fn shl(self, other: Self) -> Self
impl Shl for i16impl Shl for i32impl Shl for i64impl Shl for i8impl Shl for u1impl Shl for u128impl Shl for u16impl Shl for u32impl Shl for u64impl Shl for u8