Module result

Module result 

Source

Structs§

WasmEncodedError
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§

WasmEncodedResult
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.