pub fn parse_literal<'a, E: ParseError<&'a str>>(
    input: &'a str
) -> IResult<&'a str, &'a str, E>
Expand description

Parse a non-empty block of text that doesn’t include \ or “