Struct syn::token::Add [−][src]
+
Don’t try to remember the name of this type — use the
Token!
macro instead.
Fields
spans: [Span; 1]
Trait Implementations
impl ToTokens for Add
[src]
impl ToTokens for Add
[src]+
Don’t try to remember the name of this type — use the
Token!
macro instead.
spans: [Span; 1]
impl ToTokens for Add
[src]fn to_tokens(&self, tokens: &mut TokenStream)
[src][−]pub fn to_token_stream(&self) -> TokenStream
[src][−]pub fn into_token_stream(self) -> TokenStream
[src][−]impl Copy for Add
[src]impl Eq for Add
[src]impl RefUnwindSafe for Add
impl !Send for Add
impl !Sync for Add
impl Unpin for Add
impl UnwindSafe for Add