Trait overflower_support::ShrAssignPanic [] [src]

pub trait ShrAssignPanic<RHS = usize> {
    fn shr_assign_panic(&mut self, rhs: RHS);
}

Required Methods

fn shr_assign_panic(&mut self, rhs: RHS)

Implementors