Expand description
Types and iterators for parser output.
Structs
An iterator over Pair
s. It is created by Pairs::flatten
.
An iterator over Pair
s. It is created by pest::state
and Pair::into_inner
.
An iterator over Token
s. It is created by Pair::tokens
and Pairs::tokens
.