Expand description
Public implementation details for the TokenStream
type, such as iterators.
Structs§
- An iterator over
TokenStream
’sTokenTree
s. The iteration is “shallow”, e.g., the iterator doesn’t recurse into delimited groups, and returns whole groups as token trees.