Function workflow_wasm::utils::try_get_u64_from_prop
source · pub fn try_get_u64_from_prop(jsv: &JsValue, prop: &str) -> Result<u64, Error>
Expand description
Obtain a u64
value from an object property.
Results in an Error
if the value is not a number, rounded u64
if the value is a number.