Skip to main content

into_items

Function into_items 

Source
fn into_items<'iter, 'token, I>(
    tokens: Peekable<I>,
) -> impl Iterator<Item = Result<BorrowedFormatItem<'token>, Error>> + use<'token, I>
where I: Iterator<Item = Result<Token<'token>, Error>> + 'iter, 'token: 'iter,
Available on (crate features formatting or parsing) and crate feature alloc only.