1 2 3 4
#[proc_macro_derive(Get)] pub fn get(input: proc_macro::TokenStream) -> proc_macro::TokenStream { todo!() }