pub fn whitespace<'input>(
    __input: &'input str
) -> Result<&'input str, ParseError<<str as Parse>::PositionRepr>>
Expand description

whitespace matches any whitespace character.