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