Expand description
This library provides helper macros for using async functions in traits.
Attribute Macrosยง
- async_
trait - The
#[async_trait]macro is used to desugar async functions in traits to returnimpl Future.
This library provides helper macros for using async functions in traits.
#[async_trait] macro is used to desugar async functions in traits
to return impl Future.