Xuanwo commented on code in PR #3593:
URL: 
https://github.com/apache/incubator-opendal/pull/3593#discussion_r1394409717


##########
bindings/c/include/opendal.h:
##########
@@ -77,7 +77,10 @@ typedef enum opendal_code {
  * BlockingLister is designed to list entries at given path in a blocking
  * manner.
  *
- * Users can construct Lister by `blocking_lister`.
+ * Users can construct Lister by [`BlockingOperator::lister`] or 
[`BlockingOperator::lister_with`].
+ *
+ * - Lister implements `Iterator<Item = Result<Entry>>`.

Review Comment:
   cc @Ji-Xinyou, it seems not a good idea to use rust comments as C binding's 
comment directly.



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