Module async_blob_store

Source
Expand description

Asynchronous blob storage implementations

Structs§

AsyncCompressedBlobStore
Wrapper that adds compression to any async blob store
AsyncFileStore
Asynchronous file-based blob store
AsyncMemoryBlobStore
Asynchronous in-memory blob store

Traits§

AsyncBlobStore
Asynchronous blob store trait