[][src]Macro paste::item

item!() { /* proc-macro */ }

Paste identifiers within a macro invocation that expands to one or more items.

An item is like a struct definition, function, impl block, or anything else that can appear at the top level of a module scope.