Macro paste::item

source ·
item!() { /* proc-macro */ }
Expand description

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.