Crate context_manager_macro

Source
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.