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