Module pest::iterators

source ·
Expand description

Types and iterators for parser output.

Structs

An iterator over Pairs. It is created by Pairs::flatten.
A matching pair of Tokens and everything between them.
An iterator over Pairs. It is created by pest::state and Pair::into_inner.
An iterator over Tokens. It is created by Pair::tokens and Pairs::tokens.