Added Wrapper types and DateTimeInterval

This commit is contained in:
Martin Berg Alstad
2024-08-19 23:15:55 +02:00
parent ae775f4e9e
commit 00e894140f
10 changed files with 161 additions and 1 deletions

View File

@ -3,6 +3,7 @@ use proc_macro::TokenStream;
use quote::quote;
use syn::DeriveInput;
// TODO derive generic types
pub fn into_response_derive_impl(input: DeriveInput) -> TokenStream {
let name = &input.ident;