std::boxed::Box<[std::boxed::Box<[wasm_bindgen::JsValue]>]>
Rust コードを Wasmに戻そうとしていますが、このエラーが発生します。
トレイトが実装されていないことは理解していますが、回避策はありますか?
生のエラー
#[wasm_bindgen]
| | ^^^^^^^^^^^^^^^^^^ トレイトwasm_bindgen::convert::traits::OptionIntoWasmAbi
は実装されていませんstd::boxed::Box<[std::boxed::Box<[wasm_bindgen::JsValue]>]>