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

Constructs from an existing result.