Function zarrs::storage::erase_metadata

source ·
pub fn erase_metadata(
    storage: &dyn WritableStorageTraits,
    array_path: &NodePath
) -> Result<(), StorageError>
Expand description

Erase metadata.

Succeeds if the metadata does not exist.

§Errors

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