pavex::time::format_description

Function parse_strftime_owned

pub fn parse_strftime_owned(
    s: &str,
) -> Result<OwnedFormatItem, InvalidFormatDescription>
Expand description

Parse a sequence of items from the strftime format description.

This requires heap allocation for some owned items.