pub(super) fn comment_2822(s: &str) -> ParseResult<(&str, ())>
Expand description
Tries to consume an RFC2822 comment including preceding
.
Returns the remaining string after the closing parenthesis.
pub(super) fn comment_2822(s: &str) -> ParseResult<(&str, ())>
Tries to consume an RFC2822 comment including preceding
.
Returns the remaining string after the closing parenthesis.