export_tokens_no_emit

Attribute Macro 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.