Function time::format_description::parse::format_item::parse
source ยท pub(super) fn parse<'a>(
ast_items: impl Iterator<Item = Result<Item<'a>, Error>>,
) -> impl Iterator<Item = Result<Item<'a>, Error>>
Expand description
Parse an AST iterator into a sequence of format items.