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 Clone for TypeMacro
[src]
impl Clone for TypeMacro
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for TypeMacro
[src]
impl ToTokens for TypeMacro
[src]