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