[−][src]Function proc_macro::quote
pub fn quote(stream: TokenStream) -> TokenStream
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
.