Struct syn::ExprMacro [−][src]
Expand description
A macro invocation expression: format!("{}", q).
This type is available only if Syn is built with the "full" feature.
Fields
attrs: Vec<Attribute>mac: MacroTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprMacro
impl UnwindSafe for ExprMacro
Blanket Implementations
Mutably borrows from an owned value. Read more