pub unsafe fn js_value_vector_from_abi<T: TryFromJsValue>( js: <Box<[JsValue]> as FromWasmAbi>::Abi, ) -> Box<[T]>where T::Error: Debug,
This is part of the internal convert module, no stability guarantees are provided. Use at your own risk. See its documentation for more details.
convert