::core::ops::

Trait WrappingShl

pub trait WrappingShl {
fn wrapping_shl(self, rhs: Self) -> Self;
}