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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprMacro
impl UnwindSafe for ExprMacro