pub fn export_tokens_macro_ident(ident: &Ident) -> Ident
Expand description

Produces the full path for the auto-generated callback-based decl macro that allows us to forward tokens across crate boundaries.

Used by export_tokens_internal and several other functions.