Alias for an Expected type's associated value_type
Declared in <folly/Expected.h>
<folly/Expected.h>
template<class Expected> using ExpectedValueType = std::remove_reference<Expected>::type::value_type;