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,