export_tokens_alias!() { /* proc-macro */ }
Expand description

Creates an attribute proc macro that is an alias for #[export_tokens].

Simply pass an ident to this proc macro, and an alias for #[export_tokens] will be created with the specified name.

Can only be used within a proc macro crate.