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

Obtain Vec<JsValue> by treating the object property prop as an array