Function chrono::format::scan::comment_2822

source ยท
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.