Function zarrs::storage::async_erase_node

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

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

Returns true if the node existed and was removed.

§Errors

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