The tricky thing is that async fn will internally use Pin. In particular it needs to store its own stack frame when yielding and any reference inside that ...
確定! 回上一頁