Function zarrs::storage::get_child_nodes

source ·
pub fn get_child_nodes<TStorage: ?Sized + ReadableStorageTraits + ListableStorageTraits>(
    storage: &TStorage,
    path: &NodePath
) -> Result<Vec<Node>, StorageError>
Expand description

Get the child nodes.

§Errors

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