number

Function number 

Source
fn number<T>(name: &str, text: &str) -> Result<T>
where T: FromStr, T::Err: Display,