chrono::format::parse

Function parse_rfc2822

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