Function zarrs::storage::async_store_chunk

source ·
pub async fn async_store_chunk(
    storage: &dyn AsyncWritableStorageTraits,
    array_path: &NodePath,
    chunk_grid_indices: &[u64],
    chunk_key_encoding: &ChunkKeyEncoding,
    chunk_serialised: Bytes
) -> Result<(), StorageError>
Available on crate feature async only.
Expand description

Asynchronously store a chunk.

§Errors

Returns a StorageError if there is an underlying error with the store.