Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
Loading...
Searching...
No Matches
Public Attributes | List of all members
opendal_reader Struct Reference

The result type returned by opendal's reader operation. More...

#include <opendal.h>

Public Attributes

void * inner
 

Detailed Description

The result type returned by opendal's reader operation.

Note
The opendal_reader actually owns a pointer to a opendal::BlockingReader, which is inside the Rust core code.

Member Data Documentation

◆ inner

void* opendal_reader::inner

The pointer to the opendal::StdReader in the Rust code. Only touch this on judging whether it is NULL.


The documentation for this struct was generated from the following file: