::
core::
ops::
Trait
WrappingShr
pub trait WrappingShr {
fn
wrapping_shr
(self, rhs: Self) -> Self;
}