Module proc_macro2::token_stream
source · [−]Expand description
Public implementation details for the TokenStream
type, such as iterators.
Re-exports
pub use crate::TokenStream;
Structs
An iterator over TokenStream
’s TokenTree
s.