Skip to main content

to_writer

Function to_writer 

Source
pub fn to_writer<'facet, W, T>(writer: &mut W, value: &T) -> Result<()>
where W: Write, T: Facet<'facet> + ?Sized,
Expand description

Serialize a value to a writer in CSV format.