pub fn text<'input>(
__input: &'input str,
) -> Result<Vec<Vec<&'input str>>, ParseError<<str as Parse>::PositionRepr>>Expand description
text matches a series of sentences, separated by whitespace.
This rule can be used to parse entire paragraphs or documents.