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