I want to await an async function inside a closure used in an iterator. The function requiring the closure is called inside a struct implementation. I
await
async