For any function that returns a Future trait object, Rust provides a convenient .await syntax. For example: use tokio::prelude::*; async fn ...
確定! 回上一頁