number

Function number 

Source
pub fn number<T: Float + Display + FromStr>(
    input: &str,
) -> IResult<&str, HNumber<T>>