Expand description
This library provides helper macros for using async functions in traits.
Attribute Macrosยง
- This macro can be used in place of the
native_asyncmacro to strip away all use ofasyncand.awaitsyntax. This helps emulate async-generic by turnining async functions into sync functions.