Xuanwo opened a new issue, #3601:
URL: https://github.com/apache/incubator-opendal/issues/3601

   ```rust
   #[async_trait]
   impl<R: oio::List> oio::List for ConcurrentLimitWrapper<R> {
       fn poll_next(&mut self, cx: &mut Context<'_>) -> 
Poll<Result<Option<oio::Entry>>> {
           self.inner.poll_next(cx)
       }
   }
   ```
   As you said, using the code I posted as an example, I think we can remove 
`#[async_trait]` now.
   I tried it locally, and it works.
   
   Is this thought right?
   
   
   _Originally posted by @suyanhanx in 
https://github.com/apache/incubator-opendal/pull/3593#discussion_r1395420074_


-- 
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]

Reply via email to