gensym!() { /* proc-macro */ }Expand description
Generate a unique identifier with a span of Span::call_site and
insert it as the first argument to a macro call followed by a comma.
gensym!() { /* proc-macro */ }Generate a unique identifier with a span of Span::call_site and
insert it as the first argument to a macro call followed by a comma.