Trait Rem
pub trait Rem {
// Required methods
pub fn rem(self, other: Self) -> Self;
}
Required methods
pub fn rem(self, other: Self) -> Self
pub trait Rem {
// Required methods
pub fn rem(self, other: Self) -> Self;
}
pub fn rem(self, other: Self) -> Self
impl Rem for i16impl Rem for i32impl Rem for i64impl Rem for i8impl Rem for u1impl Rem for u128impl Rem for u16impl Rem for u32impl Rem for u64impl Rem for u8