Function zarrs::storage::async_discover_children

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

Asynchronously discover the children of a node.

§Errors

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