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.
pub fn parse_strftime_owned(
s: &str,
) -> Result<OwnedFormatItem, InvalidFormatDescription>
Parse a sequence of items from the strftime
format description.
This requires heap allocation for some owned items.