pub fn export_tokens_alias_internal<T: Into<TokenStream>>(
tokens: T,
emit: bool,
hide_exported_ident: bool,
) -> Result<TokenStream>Expand description
Internal implementation of export_tokens_alias!. Allows creating a renamed/rebranded
macro that does the same thing as #[export_tokens]