Alias for the result type of co_awaiting an Awaitable.
Declared in <folly/coro/Traits.h>
<folly/coro/Traits.h>
template<typename Awaitable> using await_result_t = await_result<Awaitable>::type;