to_writer

Function to_writer 

Source
pub fn to_writer<W>(writer: W, value: &[Item]) -> Result<()>
where W: Write,
Expand description

Serialize the given CSL items as JSON into the IO stream.