Attribute Macro ockam::worker

[]
#[worker]
Expand description

Mark an Ockam Worker implementation.

This is currently implemented as a re-export of the async_trait macro, but may be changed in the future to a Worker-specific macro.