Struct syn::TypeMacro [−][src]
pub struct TypeMacro {
pub mac: Macro,
}This is supported on crate features
full or derive only.A macro in the type position.
This type is available only if Syn is built with the "derive" or
"full" feature.
Fields
mac: MacroTrait Implementations
impl Clone for TypeMacro[src]
impl Clone for TypeMacro[src]This is supported on crate feature
clone-impls only.fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Parse for TypeMacro[src]
impl Parse for TypeMacro[src]This is supported on crate feature
parsing only.fn parse(input: ParseStream<'_>) -> Result<Self>[src]
impl ToTokens for TypeMacro[src]
impl ToTokens for TypeMacro[src]This is supported on crate feature
printing only.fn to_tokens(&self, tokens: &mut TokenStream)[src]
pub fn to_token_stream(&self) -> TokenStream[src]
pub fn into_token_stream(self) -> TokenStream[src]
Auto Trait Implementations
impl RefUnwindSafe for TypeMacro
impl RefUnwindSafe for TypeMacroimpl UnwindSafe for TypeMacro
impl UnwindSafe for TypeMacro