serde_brief

Function to_writer

source
pub fn to_writer<T, W>(value: &T, writer: W) -> Result<()>
where T: Serialize, W: Write,
Expand description

Serialize a type into a Writer.