Function base::convert

source · []
pub fn convert<In, Out>(n: In, from: &'static str) -> Out where
    In: TryInto<Out> + Display + Copy,
    In::Error: Display
Expand description

Used to convert between integer representations.