Sha256: b67a2a6e2d49bb36eb3078ce06c7c7475e20fcb041a668ed2dac549a7f7ba03c
Contents?: true
Size: 716 Bytes
Versions: 4
Compression:
Stored size: 716 Bytes
Contents
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: FromWasmAbi` is not satisfied --> ui-tests/missing-catch.rs:6:9 | 6 | pub fn foo() -> Result<JsValue, JsValue>; | ^^^ the trait `FromWasmAbi` is not implemented for `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>` | note: required by a bound in `FromWasmAbi` --> $WORKSPACE/src/convert/traits.rs | | / pub trait FromWasmAbi: WasmDescribe { | | /// The wasm ABI type that this converts from when coming back out from the | | /// ABI boundary. | | type Abi: WasmAbi; ... | | | unsafe fn from_abi(js: Self::Abi) -> Self; | | } | |_^ required by this bound in `FromWasmAbi`
Version data entries
4 entries across 4 versions & 1 rubygems