Function zarrs::storage::discover_nodes

source ·
pub fn discover_nodes(
    storage: &dyn ListableStorageTraits
) -> Result<StoreKeys, StorageError>
Expand description

Discover all nodes.

§Errors

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