Skip to main content

rows_to_js_array

Function rows_to_js_array 

Source
pub fn rows_to_js_array(rows: &[Rc<Row>], schema: &Table) -> JsValue
Expand description

Converts a vector of Rows to a JavaScript array of objects.