Trait rquickjs_core::IteratorJs
source · [−]pub trait IteratorJs<'js, A> {
fn collect_js<B>(self, ctx: Ctx<'js>) -> Result<B>
where
B: FromIteratorJs<'js, A>;
}
pub trait IteratorJs<'js, A> {
fn collect_js<B>(self, ctx: Ctx<'js>) -> Result<B>
where
B: FromIteratorJs<'js, A>;
}