pub fn snippet_parser<'input>(
__input: &'input str,
) -> Result<Snippet<'input>, ParseError<<str as Parse>::PositionRepr>>
Expand description
The snippet parser is identical to the file_parser, but it does not allow a leading and trailing percent symbol