We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sync
AsyncDynamicAssertion
1 parent faf5a02 commit 7bfc9b0Copy full SHA for 7bfc9b0
sdk/src/dynamic_assertion.rs
@@ -85,7 +85,7 @@ pub trait DynamicAssertion {
85
/// [`Manifest`]: crate::Manifest
86
#[cfg(not(target_arch = "wasm32"))]
87
#[async_trait]
88
-pub trait AsyncDynamicAssertion: Sync {
+pub trait AsyncDynamicAssertion: Sync + Send {
89
/// Return the preferred label for this assertion.
90
///
91
/// Note that the label may be adjusted in case multiple assertions
0 commit comments