You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fitzgen
changed the title
js-sys: allow any js_sys::Object to be fallibly converted into a js_sys::Iterator
js-sys: allow any JsValue to be fallibly converted into a js_sys::Iterator
Sep 12, 2018
To be clear, I'm imagining somethign like a blanket TryFrom impl for js_sys::Iter, but since TryFrom isn't stable, it can be its own generic method or something.
It should do something like
where
this
is thejs_sys::Object
.TODO:
wasm-bindgen
guideThe text was updated successfully, but these errors were encountered: