Function zarrs::storage::async_create_group

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

Asynchronously create a group.

§Errors

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