pub fn try_get_u8_from_prop(jsv: &JsValue, prop: &str) -> Result<u8, JsValue>
Expand description

Obtain u8 value from the object property prop.