Module proc_macro::token_stream[][src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Public implementation details for the TokenStream type, such as iterators.

Structs

IntoIter [
Experimental
]

An iterator over TokenStream's TokenTrees. The iteration is "shallow", e.g. the iterator doesn't recurse into delimited groups, and returns whole groups as token trees.