Function zarrs::storage::async_get_child_nodes

source ·
pub fn async_get_child_nodes<'life0, 'life1, 'async_recursion, TStorage>(
    storage: &'life0 TStorage,
    path: &'life1 NodePath
) -> Pin<Box<dyn Future<Output = Result<Vec<Node>, StorageError>> + Send + 'async_recursion>>
where TStorage: ?Sized + AsyncReadableStorageTraits + AsyncListableStorageTraits + 'async_recursion, 'life0: 'async_recursion, 'life1: 'async_recursion,
Available on crate feature async only.
Expand description

Asynchronously get the child nodes.

§Errors

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