Function try_get_u32_from_prop

Source
pub fn try_get_u32_from_prop(jsv: &JsValue, prop: &str) -> Result<u32, Error>
Expand description

Obtain u32 value from the object property prop.