pub trait PrivateRem<URem, Divisor> {
type Output;
// Required method
fn private_rem(self, _: URem, _: Divisor) -> Self::Output;
}pub trait PrivateRem<URem, Divisor> {
type Output;
// Required method
fn private_rem(self, _: URem, _: Divisor) -> Self::Output;
}