pub fn parse_number<T>(value: &str) -> Result<T, InputError>where T: FromStr, T::Err: Display,
Parse a number from string