Structs§
- Wasm
Encoded Error - A struct that holds info of a rust error that is serializable natively to JS/TS through wasm bindgen, so Result::Err variants of binding functions can return normally in JS/TS instead of throwing.
Enums§
- Wasm
Encoded Result - A generic result enum that holds info of a rust Result that is serializable natively to JS/TS through wasm bindgen, so binding functions can return it normally in JS/TS instead of throwing.