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.