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