pub trait WrappingShr<Rhs = Self> {
    fn wrapping_shr(self, rhs: Rhs) -> Self;
}

Required Methods§

Implementors§