Type Alias zarrs::storage::AsyncReadableListableStorage

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

Arc wrapped asynchronous readable and listable storage.

Aliased Type§

struct AsyncReadableListableStorage { /* private fields */ }