Function wgpu::web_sys::js_sys::try_iter

source ·
pub fn try_iter(val: &JsValue) -> Result<Option<IntoIter>, JsValue>
Available on webgl or webgpu only.
Expand description

Create an iterator over val using the JS iteration protocol and Symbol.iterator.