#include "tensorstore/util/future.h"
template <typename SourceT, typename DestT>
constexpr bool tensorstore::IsFutureConvertible;

Bool-valued metafunction equal to true if, and only if, Future<SourceT> is convertible to Future<DestT>.