pub fn convert<In, Out>(n: In, from: &'static str) -> Out where In: TryInto<Out> + Display + Copy, <In as TryInto<Out>>::Error: Display,
Used to convert between integer representations.