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§

Implementations on Foreign Types§

Source§

impl AsyncIterable for JsValue

Source§

impl<T: AsyncIterable> AsyncIterable for &T

Implementors§