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