Function serdeconv::to_json_writer [] [src]

pub fn to_json_writer<T: ?Sized, W>(value: &T, writer: W) -> Result<()> where
    T: Serialize,
    W: Write

Converts the value to a JSON string and writes it to the writer.