Traits§
Attribute Macros§
- async_
trait - 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.
native_async macro
to strip away all use of async and .await syntax. This helps emulate
async-generic by turnining async functions into sync functions.