Skip to main content

ZarrStoreRw

Type Alias ZarrStoreRw 

Source
pub type ZarrStoreRw = (Arc<dyn ZReadStorageTraits>, Option<Arc<FilesystemStore>>);
Expand description

A read store paired with an optional write store (present for directories, None for zips).