Expand description
Implementation of the procedural macros exposed by context_manager
crate.
Attribute Macrosยง
- async_
wrap - Procedural macro that will decorate the incoming async function with the provided context.
- wrap
- Procedural macro that will decorate the incoming function with the provided context.