bokket commented on PR #3763: URL: https://github.com/apache/incubator-opendal/pull/3763#issuecomment-1862308126
> `hdrs::Asyncfile` implements [AsyncWrite](https://docs.rs/futures/latest/futures/io/trait.AsyncWrite.html) which means it also implements [AsyncWriteExt](https://docs.rs/futures/latest/futures/io/trait.AsyncWriteExt.html). A:? I was prompted to `use futures::AsyncWriteExt`.It is my mistake.I can't handle the lifetime in `async move{}` correctly.Need implement the `Copy` trait?I don't have any good ideas anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
