Struct syn::TypeMacro [−][src]
pub struct TypeMacro { pub mac: Macro, }
A macro in the type position.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
mac: Macro
Trait Implementations
impl ToTokens for TypeMacro
[src]
impl ToTokens for TypeMacro
[src]