pub fn import_tokens_inner_internal<T: Into<TokenStream>>(
    tokens: T
) -> Result<TokenStream>
Expand description

The internal implementation for the import_tokens_inner macro.

You shouldn’t need to call this in any circumstances but it is provided just in case.