error[E0277]: the trait bound `std::result::Result: 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` For more information about this error, try `rustc --explain E0277`.