Function macro_magic_core::export_tokens_alias_internal

source ·
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]