Struct syn::Macro [−][src]
A macro invocation: println!("{}", mac)
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
path: Path
bang_token: Bang
delimiter: MacroDelimiter
tts: TokenStream