CachedRemoteStore

Type Alias CachedRemoteStore 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some((Arc<dyn AsyncReadableListableStorageTraits>, Path, ZarrStoreMeta))

Some value of type T.