Function zarrs::storage::async_node_exists_listable

source ·
pub async fn async_node_exists_listable<TStorage: ?Sized + AsyncListableStorageTraits>(
    storage: &TStorage,
    path: &NodePath
) -> Result<bool, StorageError>
Available on crate feature async only.
Expand description

Asynchronously check if a node exists.

§Errors

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