Trait overflower_support::ShlAssignWrap [] [src]

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

Required Methods

fn shl_assign_wrap(&mut self, rhs: RHS)

Implementors