mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
restructure modules
This commit is contained in:
parent
b86292fadb
commit
7e479e7a28
10 changed files with 114 additions and 114 deletions
|
|
@ -3,7 +3,7 @@ use syn::spanned::Spanned;
|
|||
|
||||
// This macro should only reference items in `terustform::__derive_private`.
|
||||
|
||||
#[proc_macro_derive(DataSourceModel)]
|
||||
#[proc_macro_derive(Model)]
|
||||
pub fn data_source_model(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
|
||||
let input = syn::parse_macro_input!(input as syn::DeriveInput);
|
||||
match data_source_model_inner(input) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue