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