Module opendal::raw::adapters::kv

source ·
Expand description

Providing Key Value Adapter for OpenDAL.

Any services that implement Adapter can be used an OpenDAL Service.

Structs§

  • Backend of kv service. If the storage service is one k-v-like service, it should implement this kv Backend by right.
  • Info for this key value accessor.

Traits§

  • KvAdapter is the adapter to underlying kv services.
  • Scan is the async iterator returned by Adapter::scan.

Type Aliases§

  • A type-erased wrapper of Scan