to_writer

Function to_writer 

Source
pub fn to_writer<'mem, 'facet, T: Facet<'facet>, W: JsonWrite>(
    value: &'mem T,
    writer: W,
) -> Result<(), SerializeError>
Expand description

Serializes a Facet value to JSON and writes it to the given writer.