Attribute Macro ockam::processor

[]
#[processor]
Expand description

Mark an Ockam Processor implementation.

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