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