Trait syn::token::Token [−][src]
pub trait Token: Sealed { }
Marker trait for types that represent single tokens.
This trait is sealed and cannot be implemented for types outside of Syn.
Implementations on Foreign Types
impl Token for Literal
[src]
impl Token for Literal
[src]impl Token for TokenTree
[src]
impl Token for TokenTree
[src]Implementors
impl Token for LitByteStr
[src]
impl Token for LitByteStr
[src]impl Token for Underscore
[src]
impl Token for Underscore
[src]