You write Rust syntax inside the quote! macro and you get back a TokenStream . use quote::quote; ...
確定! 回上一頁