Function zarrs::storage::async_erase_metadata

source ·
pub async fn async_erase_metadata(
    storage: &dyn AsyncWritableStorageTraits,
    array_path: &NodePath,
) -> Result<(), StorageError>
Available on crate feature async only.
Expand description

Asynchronously erase metadata.

§Errors

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