devela::_dep::wasm_bindgen::convert

Function js_value_vector_into_abi

Source
pub fn js_value_vector_into_abi<T>(
    vector: Box<[T]>,
) -> <Box<[JsValue]> as IntoWasmAbi>::Abi
where T: Into<JsValue>,
Available on crate feature dep_wasm_bindgen only.
Expand description

§⚠️ Unstable

This is part of the internal convert module, no stability guarantees are provided. Use at your own risk. See its documentation for more details.