Attribute Macros§
- async_
access - Mirror an
impl
block to an async access component. - async_
dyn - Turn an
async
function into a dyn compatiblePin<Box<dyn Future>>
.
Derive Macros§
- Async
Component - Generate type
Async{TypeName}
as aAsyncComponentDeref
implementation. - Async
NonSend - Generate type
Async{TypeName}
as aAsyncNonSendDeref
implementation. - Async
Resource - Generate type
Async{TypeName}
as aAsyncResourceDeref
implementation.