pub fn import_tokens_proc_internal<T1: Into<TokenStream>, T2: Into<TokenStream>>(
attr: T1,
tokens: T2,
) -> Result<TokenStream>Expand description
Internal implementation for the #[import_tokens_proc] attribute.
You shouldn’t need to use this directly, but it may be useful if you wish to rebrand/rename
the #[import_tokens_proc] macro without extra indirection.