Function macro_magic_core::forward_tokens_internal
source · pub fn forward_tokens_internal<T: Into<TokenStream>>(
tokens: T,
hidden_source_path: bool,
) -> Result<TokenStream>
Expand description
The internal implementation for the forward_tokens
macro.
You shouldn’t need to call this in any circumstances but it is provided just in case.