Trait overflower_support::ShrSaturate [] [src]

pub trait ShrSaturate<RHS = usize> {
    type Output;
    fn shr_saturate(self, rhs: RHS) -> Self::Output;
}

Associated Types

type Output

Required Methods

fn shr_saturate(self, rhs: RHS) -> Self::Output

Implementors