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