Added Wrapper types and DateTimeInterval
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user