Skip to main content

encode_to

Function encode_to 

Source
pub fn encode_to<T: Serialize, W: Write>(value: &T, writer: W) -> Result<()>
Expand description

Serialize pretty-printed JSON into a writer.