Type Alias zarrs::storage::ReadableWritableStorage

source ·
pub type ReadableWritableStorage = Arc<dyn ReadableWritableStorageTraits>;
Expand description

Arc wrapped readable and writable storage.

Aliased Type§

struct ReadableWritableStorage { /* private fields */ }