pub fn fe_to_fe<F1: PrimeField, F2: PrimeField>(fe: F1) -> F2
Convert a PrimeField into another PrimeField.
PrimeField