Function zarrs::storage::async_discover_nodes

source ·
pub async fn async_discover_nodes(
    storage: &dyn AsyncListableStorageTraits,
) -> Result<StoreKeys, StorageError>
Available on crate feature async only.
Expand description

Asynchronously discover all nodes.

§Errors

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