Skip to main content

write_simple_row

Function write_simple_row 

Source
pub fn write_simple_row<W: Write>(
    writer: &mut W,
    tables: &[(String, Vec<Vec<Value>>)],
) -> Result<()>
Expand description

Write facts in simplerow format.