Skip to main content

write

Function write 

Source
pub fn write<W>(rows: Vec<Vec<String>>, output: W) -> Result<()>
where W: Write,