Module token_stream

Source
Expand description

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

Structs§

IntoIter
An iterator over TokenStream’s TokenTrees.
TokenStream
An abstract stream of tokens, or more concretely a sequence of token trees.