Type Alias zarrs::storage::AsyncWritableStorage

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

Arc wrapped asynchronous writable storage.

Aliased Type§

struct AsyncWritableStorage { /* private fields */ }