Type Alias zarrs::storage::AsyncReadableStorage

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

Arc wrapped asynchronous readable storage.

Aliased Type§

struct AsyncReadableStorage { /* private fields */ }