time_macros::format_description

Function parse_with_version

source
pub(crate) fn parse_with_version(
    version: Option<FormatDescriptionVersion>,
    s: &[u8],
    proc_span: Span,
) -> Result<Vec<OwnedFormatItem>, Error>