Function core::num::from_str_radixUnstable [-] [+] [src]

pub fn from_str_radix<T: FromStrRadix>(str: &str, radix: u32) -> Result<T, Err>

A utility function that just calls FromStrRadix::from_str_radix.