pub fn try_get_u64_from_prop(jsv: &JsValue, prop: &str) -> Result<u64, Error>
Obtain a u64 value from an object property. Results in an Error if the value is not a number, rounded u64 if the value is a number.
u64
Error