Function zarrs::storage::discover_children

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

Discover the children of a node.

§Errors

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