Skip to main content

AsyncIterable

Trait AsyncIterable 

Source
pub trait AsyncIterable {
    type Item;
}
Expand description

Trait for types known to implement the iterator protocol on Symbol.asyncIterator

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl AsyncIterable for JsValue

Source§

impl<T: AsyncIterable> AsyncIterable for &T

Implementors§