Function zarrs::storage::async_erase_chunk

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

Asynchronously erase a chunk.

§Errors

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