Struct syn::token::Dollar [−][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 Dollar
[src]
impl ToTokens for Dollar
[src]$
Don’t try to remember the name of this type — use the
Token!
macro instead.
spans: [Span; 1]
impl ToTokens for Dollar
[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 Dollar
[src]impl Eq for Dollar
[src]impl RefUnwindSafe for Dollar
impl !Send for Dollar
impl !Sync for Dollar
impl Unpin for Dollar
impl UnwindSafe for Dollar