Module opendal::raw::oio

source ·
Expand description

oio provides OpenDAL’s raw traits and types that opendal returns as output.

Those types should only be used internally and we don’t want users to depend on them. So we should also implement trait like AsyncRead for our output traits.

Modules

Structs

Enums

Traits

  • BlockingPage is the blocking version of Page.
  • Read is the trait that OpenDAL returns to callers.
  • BlockingWrite is the trait that OpenDAL returns to callers.
  • Page trait is used by crate::raw::Accessor to implement list or scan operation.
  • Read is the trait that OpenDAL returns to callers.
  • Extension of Read to make it easier for use.
  • Write is the trait that OpenDAL returns to callers.

Functions

Type Definitions