Expand description
Types and iterators for parser output.
Structs
An iterator over Pairs. It is created by Pairs::flatten.
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.