mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-04 03:11:08 +00:00
8 lines
449 B
Plaintext
8 lines
449 B
Plaintext
|
error[E0277]: the trait bound `std::result::Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: wasm_bindgen::convert::traits::FromWasmAbi` is not satisfied
|
||
|
--> $DIR/missing-catch.rs:3:1
|
||
|
|
|
||
|
3 | #[wasm_bindgen]
|
||
|
| ^^^^^^^^^^^^^^^ the trait `wasm_bindgen::convert::traits::FromWasmAbi` is not implemented for `std::result::Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>`
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0277`.
|