Function zarrs::storage::create_group

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

Create a group.

§Errors

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