Function alloc_data::prelude::convert
source · [−]pub fn convert<In, Out>(n: In, from: &'static str) -> Out where
In: TryInto<Out> + Display + Copy,
<In as TryInto<Out>>::Error: Display,
Expand description
Used to convert between integer representations.