Trait nekolib::math::garner::CrtWrapping
source · pub trait CrtWrapping {
type I;
// Required method
fn crt_wrapping(&self) -> Self::I;
}
pub trait CrtWrapping {
type I;
// Required method
fn crt_wrapping(&self) -> Self::I;
}