pub fn try_get_u32_from_prop(jsv: &JsValue, prop: &str) -> Result<u32, Error>
Obtain u32 value from the object property prop.
u32
prop