Function wasm_bindgen::convert::js_value_vector_from_abi

source ·
pub unsafe fn js_value_vector_from_abi<T: TryFromJsValue>(
    js: <Box<[JsValue]> as FromWasmAbi>::Abi
) -> Box<[T]>
where T::Error: Debug,