Function zarrs::storage::async_store_set_partial_values

source ·
pub async fn async_store_set_partial_values<T: AsyncReadableWritableStorageTraits>(
    store: &T,
    key_start_values: &[StoreKeyStartValue<'_>]
) -> Result<(), StorageError>
Available on crate feature async only.
Expand description

Set partial values for an asynchronous store.

§Errors

Returns a StorageError if an underlying store operation fails.

§Panics

Panics if a key ends beyond usize::MAX.