No method named `poll_next` found for struct `tokio::sync::mpsc::Receiver<&str>` in the current scope

前端 未结 0 324
我寻月下人不归
我寻月下人不归 2020-12-12 20:20

I\'m trying to compile some code similar to this:

use std::task::Poll;
use std::thread::sleep;
use tokio::stream::Str         


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