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