Metafunction yielding the result type of co_awaiting an Awaitable.
Declared in <folly/coro/Traits.h>
<folly/coro/Traits.h>
template< typename Awaitable, typename = void> struct await_result;
await_result<Awaitable>