pub trait TryGoToU128 { // Required method fn try_goto_u128(&self) -> Result<u128, ConversionError>; }