#include "tensorstore/util/future.h"
template <typename T>
using tensorstore::UnwrapFutureType;

Alias that maps Future<T>->T, Result<T>->T, or otherwise T->T.