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