pub trait BaseInt: BaseNum + Shl<Self, Output = Self> + ShlAssign<Self> + Shr<Self, Output = Self> + ShrAssign<Self> { }

Implementations on Foreign Types

Implementors