Macro quote_use::format_ident_namespaced
source · format_ident_namespaced!() { /* proc-macro */ }Expand description
format_ident! replacement that allows the auto namespacing matching the
quote! macros of this crate.
format_ident_namespaced!("$ident_{}", 2usize)