#include "tensorstore/util/result.h" tensorstore::Result<T>::Result(const Result& src); tensorstore::Result<T>::Result(Result&& src); Constructs from an existing result.