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