Trait proclet::IdentExt

source ·
pub trait IdentExt: ProcMacroExt<IdentExt = Self> + Ident + Parse<Self::TokenTree> + IntoTokens<Self::TokenTree> + ToTokens<Self::TokenTree> + ToTokenStream<Self::TokenStream> { }
Expand description

Extensions for Ident.

This trait is implemented for Ident in proc_macro and proc_macro2 if the corresponding feature is enabled.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IdentExt for Ident

Available on crate feature proc-macro only.
source§

impl IdentExt for Ident

Available on crate feature proc-macro2 only.

Implementors§