wiggle::async_trait is defined as async_trait::async_trait(?Send)
async methods used by wiggle currently need to Not have the Send constraint, so rather than make all use sites pass the argument to the re-exported async_trait macro, define a new macro that applies the argument.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3651,6 +3651,7 @@ dependencies = [
|
||||
name = "wiggle-macro"
|
||||
version = "0.25.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"wiggle",
|
||||
|
||||
Reference in New Issue
Block a user