Work on updating code to be async
This commit is contained in:
parent
841a9bd2a7
commit
2c637b83bf
5 changed files with 108 additions and 84 deletions
|
@ -2,9 +2,7 @@ use core::panic;
|
|||
|
||||
use proc_macro::TokenStream;
|
||||
use quote::{format_ident, quote};
|
||||
use syn::{
|
||||
parse_macro_input, Block, FnArg, ForeignItemFn, Ident, ItemFn, Pat, PatIdent, Type, Visibility,
|
||||
};
|
||||
use syn::{parse_macro_input, Block, FnArg, ForeignItemFn, Ident, ItemFn, Pat, Type, Visibility};
|
||||
|
||||
/// Attribute macro to be used guest-side within a plugin.
|
||||
/// ```ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue