Function to_writer

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

Serializes a value to a writer in JSON format