Trait IntoAsyncIterator
trait IntoAsyncIterator
Converts something into an async iterator
Associated Types
type ItemThe type of the item yielded by the iterator
type IntoAsyncIter: TraitBound { trait_: Path { path: "AsyncIterator", id: Id(24097), args: Some(AngleBracketed { args: [], constraints: [AssocItemConstraint { name: "Item", args: None, binding: Equality(Type(QualifiedPath { name: "Item", args: None, self_type: Generic("Self"), trait_: Some(Path { path: "", id: Id(24117), args: None }) })) }] }) }, generic_params: [], modifier: None }The type of the resulting iterator
Required Methods
fn into_async_iter(self: Self) -> <Self as >::IntoAsyncIterConverts
selfinto an async iterator
Implementors
impl<I> IntoAsyncIterator for AssertUnwindSafe<T>impl<I> IntoAsyncIterator for FromIter<I>impl<I: AsyncIterator> IntoAsyncIterator for Iimpl<I> IntoAsyncIterator for Pin<Ptr>