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

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

#include <opendal.h>

Public Attributes

void * inner
 

Detailed Description

The result type returned by opendal's writer operation.

Note
The opendal_writer actually owns a pointer to an opendal::BlockingWriter, which is inside the Rust core code.

Member Data Documentation

◆ inner

void* opendal_writer::inner

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


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