Type Alias zarrs::storage::AsyncReadableWritableListableStorage

source ·
pub type AsyncReadableWritableListableStorage = Arc<dyn AsyncReadableWritableListableStorageTraits>;
Available on crate feature async only.
Expand description

Arc wrapped asynchronous readable, writable and listable storage.

Aliased Type§

struct AsyncReadableWritableListableStorage { /* private fields */ }