Function zarrs::storage::async_create_array

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

Asynchronously create an array.

§Errors

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