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

Obtain a u64 value from an object property. Returns successfully parsed value or 0.