pub trait SmallFactor {
    // Required method
    fn is_torsion_free(&self) -> Choice;
}

Required Methods§

Implementors§