Structsยง
- Context for a call to
Future::poll
, when called on a future created via anasync fn
or an async block. - Async
Info ๐Stores ids that are needed to construct projections around async functions.
Enumsยง
- Describe in which way a function is
async
.
Functionsยง
- Try to interpret this function as an async function.
- get_
async_ ๐generator - is_
async_ ๐fn_ or_ block Does this instance refer to anasync fn
orasync {}
. - Does this function have a structure as created by the
#[async_trait]
macro - match_
pin_ ๐box_ dyn_ ty