1 2 3 4 5 6
use proc_macro::TokenStream; #[proc_macro] pub fn template(tokens: TokenStream) -> TokenStream { todo!() }