#include "tensorstore/util/result.h" tensorstore::Result<T>::Result(const absl::Status& status); tensorstore::Result<T>::Result(absl::Status&& status); Constructs from a status object. Pre:¶ !status unless T is void.