Skip to main content

number

Function number 

Source
pub fn number<T>(text0: &str) -> ParseResult<'_, T>
where T: FromStr + Debug,
Expand description

Extract a number from the input, erroring if the input does not start with a number.