Function zarrs::storage::node_exists_listable

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

Check if a node exists.

§Errors

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