to_writer

Function to_writer 

Source
pub fn to_writer<'a, T: Facet<'a>, W: Write>(
    value: &'a T,
    writer: &mut W,
) -> Result<()>
Expand description

Serializes a value to a writer in CSV format