| Apache OpenDALâ„¢ C Binding
    The C binding for Apache OpenDALâ„¢ | 
BlockingLister is designed to list entries at given path in a blocking manner. More...
#include <opendal.h>
| Public Attributes | |
| void * | inner | 
BlockingLister is designed to list entries at given path in a blocking manner.
Users can construct Lister by blocking_list or blocking_scan(currently not supported in C binding)
For examples, please see the comment section of opendal_operator_list()
| void* opendal_lister::inner | 
The pointer to the opendal::BlockingLister in the Rust code. Only touch this on judging whether it is NULL.