In normal async/await in Rust you will bring in the futures ... impl Future<Output = Vec<u8>> + '_ { async move { self.0.clone() } } }.
確定! 回上一頁