Function zarrs::storage::erase_node

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

Erase a node (group or array) and all of its children.

Succeeds if the node does not exist.

§Errors

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