[][src]Function abnf_core::DQUOTE

pub fn DQUOTE<'a, E: ParseError<&'a str>>(
    input: &'a str
) -> IResult<&'a str, char, E>

DQUOTE = %x22 ; " (Double Quote)