pub type TokenTree = GenericTokenTree<TokenStream>;
Aliased Type§
enum TokenTree {
Punct(Punct),
Ident(BaseIdent),
Group(GenericGroup<TokenStream>),
Literal(Literal),
DocComment(DocComment),
}
pub type TokenTree = GenericTokenTree<TokenStream>;
enum TokenTree {
Punct(Punct),
Ident(BaseIdent),
Group(GenericGroup<TokenStream>),
Literal(Literal),
DocComment(DocComment),
}