Trait aurum_numeric::WrappingShr [] [src]

pub trait WrappingShr<R> {
    type Output;
    fn wrapping_shr(self, rhs: R) -> Self::Output;
}

Wrapping shift right.

Associated Types

Required Methods

Implementors