Module workflow_wasm::extensions::jsvalue

source ·
Expand description

JsValue to native Rust datatypes conversion utilities. These utilities marshall incoming data for different types of representations and convert them to native Rust datatypes. For example, a Vec<u8> can be converted from a Uint8Array or from a hex-encoded string.

Traits§