Trait overflower_support::ShlSaturate [] [src]

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

Associated Types

type Output

Required Methods

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

Implementors