feat: a lot of things(i lost track)
This commit is contained in:
parent
29f3ab6348
commit
98193a58d8
42 changed files with 1207 additions and 366 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use proc_macro2::{Ident, Span, TokenStream, TokenTree};
|
||||
use proc_macro2::{Ident, Span, TokenStream};
|
||||
use quote::{quote, ToTokens};
|
||||
use syn::{LitInt, LitStr, ReturnType, Token, Type};
|
||||
use syn::token::{Brace, Bracket, Paren, Semi};
|
||||
use syn::{LitInt, LitStr, ReturnType, Type};
|
||||
use syn::token::{Brace, Paren, Semi};
|
||||
|
||||
pub struct ProtoMethodData{
|
||||
pub id: LitInt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue