Attribute Macro macro_magic::export_tokens_no_emit
source ยท #[export_tokens_no_emit]
Expand description
Like #[export_tokens]
but does not emit the tokens of the
attached item locally.
This is useful for scenarios where the local tokens would not compile anyway locally, and/or do not need to be used locally.