pub async fn async_iter<T, F>(inner: &mut F) -> Summarywhere F: FnMut() -> Pin<Box<dyn Future<Output = T> + Send>> + Send + Sync + 'static,