Attribute Macro workflow_core::workflow_async_trait
source · #[workflow_async_trait]Expand description
dynamically configured re-export of async_trait as workflow_async_trait
that imposes Send restriction in native (non-WASM) and removes Send
restriction in WASM builds.