into_items

Function into_items 

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