pub trait IntoModulo {
    fn into_modulo(self, ring: &ModuloRing) -> Modulo<'_>;
}
Expand description

Trait for types that can be converted into Modulo in a ModuloRing.

Required Methods§

Implementations on Foreign Types§

Implementors§