#include "tensorstore/util/result.h"
const absl::Statustensorstore::Result<T>::status() const& noexcept;
absl::Status tensorstore::Result<T>::status() && noexcept;

Returns a reference to the contained absl::Status. If the Result<T> contains a value, then this function returns absl::OkStatus().