Function chrono::format::parse::parse_rfc2822

source ยท
fn parse_rfc2822<'a>(
    parsed: &mut Parsed,
    s: &'a str,
) -> ParseResult<(&'a str, ())>