Function chrono::format::parse::parse_rfc3339

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