pub trait PrimitiveRootOfUnitywhere
    Self: Sized,{
    // Required method
    fn primitive_root_of_unity(n: u64) -> Option<Self>;
}

Required Methods§

Implementors§