Trait overflower_support::ShlPanic [] [src]

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

Associated Types

type Output

Required Methods

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

Implementors