Function to_writer

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

Serializes a value to a writer in JSON format