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