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