Expand description
Procedural macros for dagx
This crate provides the #[task] attribute macro that automatically implements
the Task trait by deriving Input and Output types from the run() method signature.
Attribute Macrosยง
- task
- Attribute macro to automatically implement the
Tasktrait.