Docs.rs
workflow-wasm-0.18.0
workflow-wasm 0.18.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aspect
surinder83singh
Dependencies
cfg-if ^1.0.0
normal
faster-hex ^0.9.0
normal
futures ^0.3.29
normal
js-sys ^0.3.64
normal
serde ^1.0.190
normal
serde-wasm-bindgen ^0.6.1
normal
thiserror ^1.0.50
normal
wasm-bindgen ^0.2.93
normal
wasm-bindgen-futures ^0.4.43
normal
workflow-core ^0.18.0
normal
workflow-log ^0.18.0
normal
workflow-panic-hook ^0.18.0
normal
workflow-wasm-macros ^0.18.0
normal
Versions
51.06%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
workflow_
wasm
0.18.0
JsError
Extension
Required Methods
message
Implementations on Foreign Types
JsError
Implementors
In workflow_
wasm::
jserror
workflow_wasm
::
jserror
Trait
JsErrorExtension
Copy item path
Source
pub trait JsErrorExtension { // Required method fn
message
(&self) ->
String
; }
Required Methods
§
Source
fn
message
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
JsErrorExtension
for
JsError
Source
§
fn
message
(&self) ->
String
Implementors
§