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