[][src]Function proc_macro::quote

pub fn quote(stream: TokenStream) -> TokenStream
🔬 This is a nightly-only experimental API. (proc_macro_quote #54722)

Quote a TokenStream into a TokenStream. This is the actual implementation of the quote!() proc macro.

It is loaded by the compiler in register_builtin_macros.