pub fn try_get_string_from_prop(
    jsv: &JsValue,
    prop: &str
) -> Result<String, Error>
Expand description

Obtain a String value from the object property prop