pub(super) fn parse<'a>(
ast_items: impl Iterator<Item = Result<Item<'a>, Error>>,
) -> impl Iterator<Item = Result<Item<'a>, Error>>
Available on (crate features
formatting
or parsing
) and crate feature alloc
only.Expand description
Parse an AST iterator into a sequence of format items.