In rust-kzg, Fr is the trait for finite fields.
When we are trying to add more features into rust-kzg for example: Lagrange form and evaluation form.
We would like to import from artworks, however, this cannot work because in arkworks where fintie fields are represented by the Field trait.
Can we make a unified trait so that everything only need to be implemented once?