pub trait Conversion { // Required methods fn fe_to_bigunit(&self) -> BigUint; fn bigunit_fe(&self) -> Fe; }