Function workflow_wasm::utils::try_get_u32_from_prop
source · pub fn try_get_u32_from_prop(jsv: &JsValue, prop: &str) -> Result<u32, Error>
Expand description
Obtain u32
value from the object property prop
.
pub fn try_get_u32_from_prop(jsv: &JsValue, prop: &str) -> Result<u32, Error>
Obtain u32
value from the object property prop
.