Due to lifetime issues, our macros need to generate a variety of intermediary structs/statics. These show up in symbol search, which clutters up the search significantly. These are technically unhygenic.
I would be happy to fix this with a little bit of guidance.
In this screenshot, I can't actually find the Template struct I'm looking for since the list is filled with the intermediate TEMPLATE object we make in the macro.

It's not just dioxus macros, it's every macro. This is for tracing:
