Module proc_macro::token_stream
1.29.0 · source · [−]Expand description
Public implementation details for the TokenStream
type, such as iterators.
Structs
An iterator over TokenStream
’s TokenTree
s.
The iteration is “shallow”, e.g., the iterator doesn’t recurse into delimited groups,
and returns whole groups as token trees.