pub type CachedRemoteStore = Option<(AsyncReadableListableStorage, Path, ZarrStoreMeta)>;Expand description
Cached remote store info (store, prefix, metadata)
Aliased Type§
pub enum CachedRemoteStore {
None,
Some((Arc<dyn AsyncReadableListableStorageTraits>, Path, ZarrStoreMeta)),
}Variants§
None
No value.
Some((Arc<dyn AsyncReadableListableStorageTraits>, Path, ZarrStoreMeta))
Some value of type T.