pub(crate) async fn read_handle_for_snapshot<T>(
persist: &PersistClientCache,
id: GlobalId,
metadata: &CollectionMetadata,
) -> Result<ReadHandle<SourceData, (), T, StorageDiff>, StorageError<T>>
pub(crate) async fn read_handle_for_snapshot<T>(
persist: &PersistClientCache,
id: GlobalId,
metadata: &CollectionMetadata,
) -> Result<ReadHandle<SourceData, (), T, StorageDiff>, StorageError<T>>