Desugared recursive async method

后端 未结 0 1429
粉色の甜心
粉色の甜心 2021-02-15 12:39

I\'m trying to write desugared recursive async method. Here is my attempt:

use std::future::*;
use std::pin::*;

struct TestRecursiveAsync;

impl TestRecursiveAsy         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题