Struct syn::ExprMacro [−][src]
pub struct ExprMacro { /* fields omitted */ }
Expand description
A macro invocation expression: format!("{}", q)
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprMacro { /* fields omitted */ }
A macro invocation expression: format!("{}", q)
.
This type is available only if Syn is built with the "full"
feature.