pub trait Rem { // Required methods pub fn rem(self, other: Self) -> Self; }
pub fn rem(self, other: Self) -> Self
impl Rem for i16
impl Rem for i32
impl Rem for i64
impl Rem for i8
impl Rem for u128
impl Rem for u16
impl Rem for u32
impl Rem for u64
impl Rem for u8