In Rust, futures are represented by the Future trait, which looks like this: pub trait Future { type Output; fn poll(self: Pin<&mut Self>, ...
確定! 回上一頁